[]
Creates a new collection of cell information objects for the cell at the specified row and column.
public CellInfoRange(int row, int column)
Public Sub New(row As Integer, column As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The row index |
| int | column | The column index |