FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnVisible Method
Column index


In This Topic
GetColumnVisible Method
In This Topic
Gets whether a column on this sheet is displayed.
Syntax
'Declaration
 
Public Function GetColumnVisible( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Boolean
 
value = instance.GetColumnVisible(column)

Parameters

column
Column index
See Also