Gets the number of the visible columns.
Syntax
'Declaration
Protected Function GetColumnVisibleCount() As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
value = instance.GetColumnVisibleCount()
protected int GetColumnVisibleCount()
See Also