Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / PreviousNonEmptyRow Method / PreviousNonEmptyRow(Int32,ExcludeContents) Method
The row.
The contents to exclude.


In This Topic
    PreviousNonEmptyRow(Int32,ExcludeContents) Method
    In This Topic
    Gets the previous nonempty row.
    Syntax
    '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.
    See Also