Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetMergeCells Method


In This Topic
GetMergeCells Method
In This Topic
Returns all merged cell ranges for the view.
Syntax
'Declaration
 
Public Function GetMergeCells() As ArrayList
 
'Usage
 
Dim instance As SpreadView
Dim value As ArrayList
 
value = instance.GetMergeCells()

Return Value

An array list of CellRange objects
See Also