Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / DataValidationCommand Class / SelectionCount Property


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