Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnWidthChangedEventArgs Class / ColumnList Property


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