Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / UpdateSelectionCellRange Method
The sheet view.
All selected cell ranges.


In This Topic
    UpdateSelectionCellRange Method (ModelessForm)
    In This Topic
    Updates the selection cell range.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateSelectionCellRange( _
       ByVal sheetView As SheetView, _
       ByVal allSelectedCellRanges() As CellRange _
    ) 
    'Usage
     
    
    Dim instance As ModelessForm
    Dim sheetView As SheetView
    Dim allSelectedCellRanges() As CellRange
     
    instance.UpdateSelectionCellRange(sheetView, allSelectedCellRanges)
    protected virtual void UpdateSelectionCellRange( 
       SheetView sheetView,
       CellRange[] allSelectedCellRanges
    )

    Parameters

    sheetView
    The sheet view.
    allSelectedCellRanges
    All selected cell ranges.
    See Also