ComponentOne FlexGrid for WinForms
GetCellRange(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > GetCellRange Method : GetCellRange(Int32,Int32) Method
Row index.
Column index.
Gets a CellRange object that can be used to format and manipulate a cell.
Syntax
'Declaration
 
Public Overloads Function GetCellRange( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As CellRange
public CellRange GetCellRange( 
   int row,
   int col
)

Parameters

row
Row index.
col
Column index.

Return Value

A CellRange object that can be used to format and manipulate the cell.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List