Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableModelSupport Interface / PreviousNonEmptyRow Method


In This Topic
    PreviousNonEmptyRow Method (ITableModelSupport)
    In This Topic
    Specifies the previous non-empty row.
    Syntax
    'Declaration
     
    
    Function PreviousNonEmptyRow( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As ITableModelSupport
    Dim row As Integer
    Dim value As Integer
     
    value = instance.PreviousNonEmptyRow(row)
    int PreviousNonEmptyRow( 
       int row
    )

    Parameters

    row
    See Also