Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / NextNonEmptyRow Method / NextNonEmptyRow(Int32,ExcludeContents) Method
Index of the row at which to start looking


In This Topic
    NextNonEmptyRow(Int32,ExcludeContents) Method
    In This Topic
    Returns the index of the next row that has data.
    Syntax
    'Declaration
     
    
    Public Overloads Function NextNonEmptyRow( _
       ByVal row As Integer, _
       ByVal excludeContents As ExcludeContents _
    ) As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim excludeContents As ExcludeContents
    Dim value As Integer
     
    value = instance.NextNonEmptyRow(row, excludeContents)
    public int NextNonEmptyRow( 
       int row,
       ExcludeContents excludeContents
    )

    Parameters

    row
    Index of the row at which to start looking
    excludeContents
    See Also