Spread Windows Forms 12.0 Product Documentation
NextNonEmptyRow Method (IOptimizedEnumerationSupport6)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IOptimizedEnumerationSupport6 Interface : NextNonEmptyRow Method
Index of the row at which to start looking
Returns the index of the next row that has data.
Syntax
'Declaration
 
Function NextNonEmptyRow( _
   ByVal row As Integer, _
   ByVal excludeContents As ExcludeContents _
) As Integer
'Usage
 
Dim instance As IOptimizedEnumerationSupport6
Dim row As Integer
Dim excludeContents As ExcludeContents
Dim value As Integer
 
value = instance.NextNonEmptyRow(row, excludeContents)
int NextNonEmptyRow( 
   int row,
   ExcludeContents excludeContents
)

Parameters

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

Reference

IOptimizedEnumerationSupport6 Interface
IOptimizedEnumerationSupport6 Members