Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.DefaultSheetDataModelEnumerator Class / NextNonEmptyRow Method
Row index to start searching after (-1 to start at row 0)


In This Topic
    NextNonEmptyRow Method (DefaultSheetDataModel.DefaultSheetDataModelEnumerator)
    In This Topic
    Gets the index of the next non-empty row after the specified row index.
    Syntax
    'Declaration
     
    
    Public Function NextNonEmptyRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel.DefaultSheetDataModelEnumerator
    Dim row As Integer
    Dim value As Integer
     
    value = instance.NextNonEmptyRow(row)
    public int NextNonEmptyRow( 
       int row
    )

    Parameters

    row
    Row index to start searching after (-1 to start at row 0)
    See Also