'Declaration Public Function NextActualVisibleColumn( _ ByVal column As System.Integer _ ) As System.Integer
'Usage Dim instance As Worksheet Dim column As System.Integer Dim value As System.Integer value = instance.NextActualVisibleColumn(column)
public System.int NextActualVisibleColumn( System.int column )
Parameters
- column
- The index of the current column.
Return Value
The index of the next visible column.