[]
Represents a reference to a position of cell.
public struct CellLocation
Public Structure CellLocation
Name | Description |
---|---|
CellLocation(SpreadsheetAreas, int, int) | Initializes a new instance of the Reference class. |
Name | Description |
---|---|
Empty | Gets a value that represents a static empty CellLocation. |
Name | Description |
---|---|
Area | Gets the area of the cell. |
Column | Gets the column index of the cell. |
Row | Gets the row index of the cell. |
Name | Description |
---|---|
IsEmpty() | Gets a boolean vaue indicating whether this CellLocation value is empty. |