[]
Returns the floating cell range for the specified cell.
public CellRange GetFloatCell(int row, int column)
Public Function GetFloatCell(row As Integer, column As Integer) As CellRange
| Type | Name | Description |
|---|---|---|
| int | row | The row index of the cell |
| int | column | The column index of the cell |
| Type | Description |
|---|---|
| CellRange | A CellRange object |