Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetDataModel Class / NextNonEmptyRow Method
Row index after which to start searching (-1 to start at row 0)


In This Topic
NextNonEmptyRow Method (BaseSheetDataModel)
In This Topic
Gets the index of the next row that contains data.
Syntax
'Declaration
 
Public Overridable Function NextNonEmptyRow( _
   ByVal row As Integer _
) As Integer
 
'Usage
 
Dim instance As BaseSheetDataModel
Dim row As Integer
Dim value As Integer
 
value = instance.NextNonEmptyRow(row)

Parameters

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