Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INonEmptyCells Interface / NonEmptyColumnCount Property


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;}
    See Also