[]
The coordinates of a cell in a worksheet.
public class CellPosition
Name | Description |
---|---|
CellPosition(int, int) | Create a CellPosition by coordinate components. |
CellPosition(string) | Create a CellPosition by an address. |
Name | Description |
---|---|
Col | Gets or sets the horizontal coordinate. |
Row | Gets or sets the vertical coordinate. |