Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / INonEmptyCells Interface / NonEmptyColumnCount Property
Example


In This Topic
    NonEmptyColumnCount Property (INonEmptyCells)
    In This Topic
    Gets the number of columns with data.
    Syntax
    'Declaration
     
    
    ReadOnly Property NonEmptyColumnCount As Integer
    'Usage
     
    
    Dim instance As INonEmptyCells
    Dim value As Integer
     
    value = instance.NonEmptyColumnCount
    int NonEmptyColumnCount {get;}

    Property Value

    Integer number of columns that are not empty
    Remarks
    This method gets a value that is one more than the index of the last column in the model that contains data.
    Example
    See Also