GetMergedRange(Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function GetMergedRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As C1.Win.C1FlexGrid.CellRange
public C1.Win.C1FlexGrid.CellRange GetMergedRange(
System.int ,
System.int
)
Parameters
- row
- col
See Also