Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / Count Property


In This Topic
    Count Property (BaseSheetSelectionModel)
    In This Topic
    Gets the number selections.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    Dim value As Integer
     
    value = instance.Count
    public virtual int Count {get;}
    See Also