Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IOptimizedSheetAxisModelSupport3 Interface / NextRowVisible Method


In This Topic
    NextRowVisible Method (IOptimizedSheetAxisModelSupport3)
    In This Topic
    Index of row visible = true.
    Syntax
    'Declaration
     
    
    Function NextRowVisible( _
       ByVal index As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IOptimizedSheetAxisModelSupport3
    Dim index As Integer
    Dim value As Integer
     
    value = instance.NextRowVisible(index)
    int NextRowVisible( 
       int index
    )

    Parameters

    index
    See Also