Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IOptimizedSheetAxisModelSupport4 Interface / NextNonEmptyIndex Method
Index to start searching


In This Topic
    NextNonEmptyIndex Method (IOptimizedSheetAxisModelSupport4)
    In This Topic
    Returns the index of the next non-empty element.
    Syntax
    'Declaration
     
    
    Function NextNonEmptyIndex( _
       ByVal index As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IOptimizedSheetAxisModelSupport4
    Dim index As Integer
    Dim value As Integer
     
    value = instance.NextNonEmptyIndex(index)
    int NextNonEmptyIndex( 
       int index
    )

    Parameters

    index
    Index to start searching

    Return Value

    Index of the next non-empty element
    See Also