Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SelectionCount Property


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