Spread Windows Forms 15.0
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()
    public ArrayList GetFloatCells()

    Return Value

    An array list of CellRange objects
    See Also