Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IOptimizedEnumerationSupport2 Interface / NextNonEmptyRow Method
Index of the row at which to start looking
Example


In This Topic
    NextNonEmptyRow Method (IOptimizedEnumerationSupport2)
    In This Topic
    Returns the index of the next row that has data.
    Syntax
    'Declaration
     
    
    Function NextNonEmptyRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IOptimizedEnumerationSupport2
    Dim row As Integer
    Dim value As Integer
     
    value = instance.NextNonEmptyRow(row)
    int NextNonEmptyRow( 
       int row
    )

    Parameters

    row
    Index of the row at which to start looking

    Return Value

    Integer row index for the next row containing a value, or -1 if no rows contain a value
    Example
    See Also