Spread Windows Forms 12.0 Product Documentation
NextNonEmptyIndex Method (DefaultSheetAxisModel)


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

Parameters

index
Index to start searching

Return Value

Index of the next non-empty element
See Also

Reference

DefaultSheetAxisModel Class
DefaultSheetAxisModel Members