Method | Description | |
---|---|---|
CellAddress ( int row, int column ) : System.Runtime.Serialization |
Create a Cell Adress given the zero-based row and column
|
|
CellAddress ( string cellAddress ) : System.Runtime.Serialization |
Create a CellAddress from a Reference like A1
|
|
ToString ( ) : string |
Convert this CellAddress into a Cell Reference, e.g. A1 for [0,0]
|
public CellAddress ( int row, int column ) : System.Runtime.Serialization | ||
row | int | |
column | int | |
return | System.Runtime.Serialization |
public CellAddress ( string cellAddress ) : System.Runtime.Serialization | ||
cellAddress | string | |
return | System.Runtime.Serialization |