GetCellRange(Int32,Int32) Method
Gets a
C1.Win.C1FlexGrid.CellRange object that can be used to format and manipulate a cell.
'Declaration
Public Overloads Function GetCellRange( _
ByVal As Integer, _
ByVal As Integer _
) As CellRange
public CellRange GetCellRange(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
Return Value
A
C1.Win.C1FlexGrid.CellRange object that can be used to format and manipulate the cell.