'Declaration Public Function GetViewportWidth( _ ByVal columnViewportIndex As System.Integer _ ) As System.Double
'Usage Dim instance As Worksheet Dim columnViewportIndex As System.Integer Dim value As System.Double value = instance.GetViewportWidth(columnViewportIndex)
public System.double GetViewportWidth( System.int columnViewportIndex )
Parameters
- columnViewportIndex
- The index of the column viewport.
Return Value
The width of the viewport.