Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetLastNonEmptyColumn Method
Whether to look for data or formatting (NonEmptyItemFlag setting)


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

Parameters

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