Property | Type | Description | |
---|---|---|---|
InvalidSheetNameChars | char[] | ||
MaxSheetNameLength | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Worksheet ( string name ) : System |
Create a new Worksheet with the given name
|
|
this ( int row, int column ) : |
Get the cell with the given zero based row and column, e.g. [0,0] returns the A1 cell. May return NULL.
|
|
this ( string address ) : |
Get the cell with the given cell reference, e.g. Get the cell "A1". May return NULL.
|
public static char[] InvalidSheetNameChars | ||
return | char[] |