Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnViewportWidthChangingEventArgs Class / DeltaViewportWidth Property


In This Topic
    DeltaViewportWidth Property (ColumnViewportWidthChangingEventArgs)
    In This Topic
    Gets the changed value for the viewport column width.
    Syntax
    'Declaration
     
    Public ReadOnly Property DeltaViewportWidth As Double
    'Usage
     
    Dim instance As ColumnViewportWidthChangingEventArgs
    Dim value As Double
     
    value = instance.DeltaViewportWidth
    public double DeltaViewportWidth {get;}

    Property Value

    The changed value of the viewport column width.
    See Also