Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / NextRowVisible Method
Index of start row


In This Topic
    NextRowVisible Method (DefaultSheetAxisModel)
    In This Topic
    Gets whether the specified row is visible.
    Syntax
    'Declaration
     
    
    Public Overridable Function NextRowVisible( _
       ByVal index As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DefaultSheetAxisModel
    Dim index As Integer
    Dim value As Integer
     
    value = instance.NextRowVisible(index)
    public virtual int NextRowVisible( 
       int index
    )

    Parameters

    index
    Index of start row

    Return Value

    Index of visible row if true
    See Also