'Declaration
Public Overloads Function PreviousNonEmptyRow( _ ByVal row As Integer, _ ByVal excludeContents As ExcludeContents _ ) As Integer
'Usage
Dim instance As DefaultSheetDataModel Dim row As Integer Dim excludeContents As ExcludeContents Dim value As Integer value = instance.PreviousNonEmptyRow(row, excludeContents)
public int PreviousNonEmptyRow( int row, ExcludeContents excludeContents )
Parameters
- row
- The row.
- excludeContents
- The contents to exclude.