Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / ShowSelectedCellRange Method
The cell range.


In This Topic
    ShowSelectedCellRange Method (ModelessFormBase)
    In This Topic
    Shows the selected cell range.
    Syntax
    'Declaration
     
    
    Protected Sub ShowSelectedCellRange( _
       ByVal sheetView As SheetView, _
       ByVal cellRange As CellRange _
    ) 
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim sheetView As SheetView
    Dim cellRange As CellRange
     
    instance.ShowSelectedCellRange(sheetView, cellRange)
    protected void ShowSelectedCellRange( 
       SheetView sheetView,
       CellRange cellRange
    )

    Parameters

    sheetView
    cellRange
    The cell range.
    See Also