Method | Description | |
---|---|---|
AddColumnPair ( Microsoft workbook, String worksheetName, String tableName, String column1NameBase, Double column1WidthChars, String column2NameBase, Double column2WidthChars ) : void | ||
GetColumnPairNames ( ListObject table, String column1NameBase, String column2NameBase ) : String>>.ICollection |
||
TableColumnAdder ( ) : System |
Initializes a new instance of the TableColumnAdder class.
|
Method | Description | |
---|---|---|
GetColumnNameRegex ( String sColumnNameBase ) : |
||
GetMaximumAppendedNumber ( ListObject oTable, String sColumnNameBase ) : |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
public AddColumnPair ( Microsoft workbook, String worksheetName, String tableName, String column1NameBase, Double column1WidthChars, String column2NameBase, Double column2WidthChars ) : void | ||
workbook | Microsoft | |
worksheetName | String | |
tableName | String | |
column1NameBase | String | |
column1WidthChars | Double | |
column2NameBase | String | |
column2WidthChars | Double | |
return | void |
protected GetColumnNameRegex ( String sColumnNameBase ) : |
||
sColumnNameBase | String | |
return |
public GetColumnPairNames ( ListObject table, String column1NameBase, String column2NameBase ) : String>>.ICollection |
||
table | ListObject | |
column1NameBase | String | |
column2NameBase | String | |
return | String>>.ICollection |
protected GetMaximumAppendedNumber ( ListObject oTable, String sColumnNameBase ) : |
||
oTable | ListObject | |
sColumnNameBase | String | |
return |