ComponentOne FlexGrid for WinForms
GetMergedRange(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGrid Class > GetMergedRange Method : GetMergedRange(Int32,Int32) Method
Row index.
Column index.
Returns the merged range of cells that includes a given cell.
Syntax
'Declaration
 
Public Overloads Function GetMergedRange( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As CellRange
public CellRange GetMergedRange( 
   int row,
   int col
)

Parameters

row
Row index.
col
Column index.

Return Value

A CellRange object that contains the given cell.
Remarks
This method returns the entire range, including invisible cells.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List