Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnVisibleCount Method


In This Topic
    GetColumnVisibleCount Method
    In This Topic
    Gets the number of the visible columns.
    Syntax
    'Declaration
     
    
    Protected Function GetColumnVisibleCount() As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.GetColumnVisibleCount()
    protected int GetColumnVisibleCount()
    See Also