Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetLastNonEmptyRow Method
Whether to look for data or formatting (NonEmptyItemFlag setting)


In This Topic
    GetLastNonEmptyRow Method
    In This Topic
    Gets the row index of the last row that contains data or formatting on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetLastNonEmptyRow( _
       ByVal dataFlag As NonEmptyItemFlag _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim dataFlag As NonEmptyItemFlag
    Dim value As Integer
     
    value = instance.GetLastNonEmptyRow(dataFlag)
    public int GetLastNonEmptyRow( 
       NonEmptyItemFlag dataFlag
    )

    Parameters

    dataFlag
    Whether to look for data or formatting (NonEmptyItemFlag setting)
    See Also