Spread Windows Forms 12.0 Product Documentation
NextNonEmptyIndex Method (IOptimizedSheetAxisModelSupport4)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IOptimizedSheetAxisModelSupport4 Interface : NextNonEmptyIndex Method
Index to start searching
Returns the index of the next non-empty element.
Syntax
'Declaration
 
Function NextNonEmptyIndex( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As IOptimizedSheetAxisModelSupport4
Dim index As Integer
Dim value As Integer
 
value = instance.NextNonEmptyIndex(index)
int NextNonEmptyIndex( 
   int index
)

Parameters

index
Index to start searching

Return Value

Index of the next non-empty element
See Also

Reference

IOptimizedSheetAxisModelSupport4 Interface
IOptimizedSheetAxisModelSupport4 Members