Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetViewportWidth Method
The index of the column viewport.


In This Topic
    GetViewportWidth Method
    In This Topic
    Gets the width of the viewport.
    Syntax
    'Declaration
     
    Public Function GetViewportWidth( _
       ByVal columnViewportIndex As Integer _
    ) As Double
    'Usage
     
    Dim instance As Worksheet
    Dim columnViewportIndex As Integer
    Dim value As Double
     
    value = instance.GetViewportWidth(columnViewportIndex)
    public double GetViewportWidth( 
       int columnViewportIndex
    )

    Parameters

    columnViewportIndex
    The index of the column viewport.

    Return Value

    The width of the viewport.
    See Also