[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetLastNonEmptyColumn

GetLastNonEmptyColumn Method

GetLastNonEmptyColumn(NonEmptyItemFlag)

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

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

Whether to look for data or formatting (NonEmptyItemFlag setting)

Returns
Type Description
int