'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)
Return Value
Integer row index of the last row that contains data