Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetAxisModel Class / Count Property


In This Topic
    Count Property (DefaultSheetAxisModel)
    In This Topic
    Gets the number of rows or columns in the model.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As DefaultSheetAxisModel
    Dim value As Integer
     
    value = instance.Count
    public override int Count {get;}

    Property Value

    Integer number of rows or columns
    Example
    See Also