Method | Description | |
---|---|---|
AddressTranslator ( ExcelDataProvider excelDataProvider ) : System | ||
ToColAndRow ( string address, int &col, int &row ) : void |
Translates an address in format "A1" to col- and rowindex. If the supplied address is a range, the address of the first part will be calculated.
|
|
ToColAndRow ( string address, int &col, int &row, RangeCalculationBehaviour behaviour ) : void |
Translates an address in format "A1" to col- and rowindex.
|
Method | Description | |
---|---|---|
GetAlphaPart ( string address ) : string | ||
GetIntPart ( string address ) : int? | ||
GetNumericAlphaValue ( char c ) : int | ||
GetRowIndexByBehaviour ( RangeCalculationBehaviour behaviour ) : int |
public AddressTranslator ( ExcelDataProvider excelDataProvider ) : System | ||
excelDataProvider | ExcelDataProvider | |
return | System |
public ToColAndRow ( string address, int &col, int &row ) : void | ||
address | string | |
col | int | |
row | int | |
return | void |
public ToColAndRow ( string address, int &col, int &row, RangeCalculationBehaviour behaviour ) : void | ||
address | string | |
col | int | |
row | int | |
behaviour | RangeCalculationBehaviour | |
return | void |