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


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

    Property Value

    Integer number of rows or columns
    Example
    This example returns the number of columns in the spreadsheet.
    See Also