Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / SelectionCount Property


In This Topic
    SelectionCount Property (IWorksheetView)
    In This Topic
    Return the count of selections.
    Syntax
    'Declaration
     
    
    ReadOnly Property SelectionCount As Integer
    'Usage
     
    
    Dim instance As IWorksheetView
    Dim value As Integer
     
    value = instance.SelectionCount
    int SelectionCount {get;}
    See Also