Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetAxisModel Interface / GetVisible Method
Row or column index


In This Topic
    GetVisible Method (ISheetAxisModel)
    In This Topic
    Gets whether the control displays the specified row or column.
    Syntax
    'Declaration
     
    
    Function GetVisible( _
       ByVal index As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISheetAxisModel
    Dim index As Integer
    Dim value As Boolean
     
    value = instance.GetVisible(index)
    bool GetVisible( 
       int index
    )

    Parameters

    index
    Row or column index
    See Also