Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / NextNonEmptyIndex Method
Index to start searching


In This Topic
NextNonEmptyIndex Method (DefaultSheetAxisModel)
In This Topic
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)

Parameters

index
Index to start searching

Return Value

Index of the next non-empty element
See Also