Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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;}

    Property Value

    Integer number of items affected
    See Also