[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetLastNonEmptyRow

GetLastNonEmptyRow Method

GetLastNonEmptyRow(NonEmptyItemFlag)

Gets the row index of the last row that contains data or formatting on this sheet.

Declaration
public int GetLastNonEmptyRow(NonEmptyItemFlag dataFlag)
Public Function GetLastNonEmptyRow(dataFlag As NonEmptyItemFlag) As Integer
Parameters
Type Name Description
NonEmptyItemFlag dataFlag

Whether to look for data or formatting (NonEmptyItemFlag setting)

Returns
Type Description
int