FlexGrid for WinForms
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
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim col As Integer
Dim value As CellRange
 
value = instance.GetCellRange(row, col)
public CellRange GetCellRange( 
   int row,
   int col
)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback