GetColumnViewportCount Method (Worksheet)
In This Topic
Gets the column viewport count.
Syntax
'Declaration
Public Function GetColumnViewportCount() As Integer
'Usage
Dim instance As Worksheet
Dim value As Integer
value = instance.GetColumnViewportCount()
public int GetColumnViewportCount()
Return Value
The column viewport count.
Example
This example uses the GetColumnViewportCount method.
See Also