Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / PreviousNonEmptyRow Method / PreviousNonEmptyRow(Int32) Method
The row.


In This Topic
    PreviousNonEmptyRow(Int32) Method
    In This Topic
    Returns the previous non-empty row.
    Syntax
    'Declaration
     
    
    Public Overloads Function PreviousNonEmptyRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim value As Integer
     
    value = instance.PreviousNonEmptyRow(row)
    public int PreviousNonEmptyRow( 
       int row
    )

    Parameters

    row
    The row.
    See Also