C# Class Smrf.NodeXL.ExcelTemplate.Sheets1And2Helper

Helper class used by Sheet1 and Sheet2.
See the base-class comments for details on how sheet helper classes are used.
Inheritance: SheetHelper
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
AssertValid ( ) : void
GetSelectedRowIDs ( ) : ICollection
SelectTableRowsByRowIDs ( ICollection rowIDsToSelect ) : void
SetColumnDataValues ( ) : void
SetVisualAttribute ( RunSetVisualAttributeCommandEventArgs e, Range selectedRange, String colorColumnName, String alphaColumnName ) : void
Sheets1And2Helper ( Microsoft worksheet, Microsoft table ) : System

Initializes a new instance of the Sheets1And2Helper class.

TryGetRowID ( Object IDValues, Int32 rowOneBased, Int32 &rowID ) : System.Boolean

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GetSelectedRowIDs() public method

public GetSelectedRowIDs ( ) : ICollection
return ICollection

SelectTableRowsByRowIDs() public method

public SelectTableRowsByRowIDs ( ICollection rowIDsToSelect ) : void
rowIDsToSelect ICollection
return void

SetColumnDataValues() public method

public SetColumnDataValues ( ) : void
return void

SetVisualAttribute() public method

public SetVisualAttribute ( RunSetVisualAttributeCommandEventArgs e, Range selectedRange, String colorColumnName, String alphaColumnName ) : void
e RunSetVisualAttributeCommandEventArgs
selectedRange Range
colorColumnName String
alphaColumnName String
return void

Sheets1And2Helper() public method

Initializes a new instance of the Sheets1And2Helper class.
public Sheets1And2Helper ( Microsoft worksheet, Microsoft table ) : System
worksheet Microsoft /// The worksheet that owns this object. ///
table Microsoft /// The edge or vertex table. ///
return System

TryGetRowID() public method

public TryGetRowID ( Object IDValues, Int32 rowOneBased, Int32 &rowID ) : System.Boolean
IDValues Object
rowOneBased System.Int32
rowID System.Int32
return System.Boolean