[]
Gets or sets a cell information object for the cell at the specified row and column.
public CellInfo this[int row, int column] { get; set; }
Public Default Property Item(row As Integer, column As Integer) As CellInfo
Type | Name | Description |
---|---|---|
int | row | |
int | column |