Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnWidthChangedEventArgs Class / View Property


In This Topic
    View Property (ColumnWidthChangedEventArgs)
    In This Topic
    Gets the view that contains the columns whose widths have changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property View As SpreadView
    'Usage
     
    
    Dim instance As ColumnWidthChangedEventArgs
    Dim value As SpreadView
     
    value = instance.View
    public SpreadView View {get;}
    See Also