Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetColumnViewportCount Method / GetColumnViewportCount() Method


In This Topic
    GetColumnViewportCount() Method
    In This Topic
    Gets the number of viewport columns in the active sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetColumnViewportCount() As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    value = instance.GetColumnViewportCount()
    public int GetColumnViewportCount()
    See Also