Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / NonEmptyColumnCount Property


In This Topic
    NonEmptyColumnCount Property (SheetView)
    In This Topic
    Gets a value that is one more than the index of the last column on this sheet containing data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NonEmptyColumnCount As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.NonEmptyColumnCount
    public int NonEmptyColumnCount {get;}
    See Also