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


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

Return Value

An array list of CellRange objects
See Also