Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IOptimizedEnumerationSupport6 Interface / PreviousNonEmptyRow Method / PreviousNonEmptyRow(Int32,ExcludeContents) Method
The row.
The contents to exclude.


In This Topic
PreviousNonEmptyRow(Int32,ExcludeContents) Method
In This Topic
Specifies the previous non-empty row.
Syntax
'Declaration
 
Overloads Function PreviousNonEmptyRow( _
   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.PreviousNonEmptyRow(row, excludeContents)

Parameters

row
The row.
excludeContents
The contents to exclude.
See Also