Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnWidthChangingEventArgs Class / ColumnList Property


In This Topic
    ColumnList Property (ColumnWidthChangingEventArgs)
    In This Topic
    Gets the list of columns whose widths have changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnList As ArrayList
    'Usage
     
    
    Dim instance As ColumnWidthChangingEventArgs
    Dim value As ArrayList
     
    value = instance.ColumnList
    public ArrayList ColumnList {get;}
    See Also