Свойство | Тип | Описание | |
---|---|---|---|
_address | string | ||
_fromRow | int | ||
_wb | string | ||
_ws | string |
Свойство | Тип | Описание | |
---|---|---|---|
AddColumn | |||
AddRow | |||
ChangeAddress | void | ||
Collide | eAddressCollition | ||
DeleteColumn | |||
DeleteRow | |||
ExcelAddressBase | System | ||
ExcelAddressBase | System | ||
ExtractAddress | void | ||
IsValid | AddressType | ||
IsValidName | bool | ||
SetAddress | void | ||
SetWbWs | void |
Метод | Описание | |
---|---|---|
ExcelAddressBase ( int fromRow, int fromCol, int toRow, int toColumn ) : System |
Creates an Address object
|
|
ExcelAddressBase ( string address ) : System |
Creates an Address object Examples of addresses are "A1" "B1:C2" "A:A" "1:1" "A1:E2,G3:G5" |
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
SetAddress ( string address ) : void | ||
Validate ( ) : void |
Validate the address
|
Метод | Описание | |
---|---|---|
AddColumn ( int col, int cols ) : |
||
AddRow ( int row, int rows ) : |
||
ChangeAddress ( ) : void | ||
Collide ( |
||
DeleteColumn ( int col, int cols ) : |
||
DeleteRow ( int row, int rows ) : |
||
ExcelAddressBase ( ) : System | ||
ExcelAddressBase ( string address, bool isName ) : System |
Address is an defined name
|
|
ExtractAddress ( string fullAddress ) : void | ||
IsValid ( string Address ) : AddressType | ||
IsValidName ( string address ) : bool | ||
SetAddress ( string &first, string &second, bool &hasSheet ) : void | ||
SetWbWs ( string address ) : void |
public ExcelAddressBase ( int fromRow, int fromCol, int toRow, int toColumn ) : System | ||
fromRow | int | start row |
fromCol | int | start column |
toRow | int | End row |
toColumn | int | End column |
Результат | System |
public ExcelAddressBase ( string address ) : System | ||
address | string | The Excel Address |
Результат | System |
protected SetAddress ( string address ) : void | ||
address | string | |
Результат | void |