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


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