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


In This Topic
    Count Property (SheetAxisModelEventArgs)
    In This Topic
    Gets the number of items being affected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As SheetAxisModelEventArgs
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also