Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / SelectionCount Property


In This Topic
    SelectionCount Property (WorksheetView)
    In This Topic
    Gets the total number of selections.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectionCount As Integer
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Integer
     
    value = instance.SelectionCount
    public int SelectionCount {get;}
    See Also