Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / SelectionCount Property


In This Topic
    SelectionCount Property
    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