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

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


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

Send Feedback