GetMergedRange(Int32,Int32) Method
In This Topic
Returns the merged range of cells that includes a given cell.
Syntax
'Declaration
Public Overloads Function GetMergedRange( _
ByVal As Integer, _
ByVal As Integer _
) As CellRange
public CellRange GetMergedRange(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
Return Value
A
C1.Win.C1FlexGrid.CellRange object that contains the given cell.
See Also