Spread for ASP.NET 12 Product Documentation
NextNonEmptyRow Method (IOptimizedEnumerationSupport2)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IOptimizedEnumerationSupport2 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 _
) 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
See Also

Reference

IOptimizedEnumerationSupport2 Interface
IOptimizedEnumerationSupport2 Members