GetCellRange(Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetCellRange( _
ByVal As Integer, _
ByVal As Integer _
) As C1.Win.FlexGrid.CellRange
public C1.Win.FlexGrid.CellRange GetCellRange(
int ,
int
)
Parameters
- row
- col
See Also