Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnViewportWidthChangedEventArgs Class / ViewportWidth Property


In This Topic
    ViewportWidth Property
    In This Topic
    Gets the width of the viewport column whose width has changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewportWidth As Integer
    'Usage
     
    
    Dim instance As ColumnViewportWidthChangedEventArgs
    Dim value As Integer
     
    value = instance.ViewportWidth
    public int ViewportWidth {get;}
    See Also