Spread Windows Forms 12.0 Product Documentation
GetFloatCells Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetFloatCells Method
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()
public ArrayList GetFloatCells()

Return Value

An array list of CellRange objects
See Also

Reference

SpreadView Class
SpreadView Members