Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnWidthChangingEventArgs Class / ColumnList Property


In This Topic
    ColumnList Property (ColumnWidthChangingEventArgs)
    In This Topic
    Gets the list of columns whose widths are changing.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnList As Integer()
    'Usage
     
    Dim instance As ColumnWidthChangingEventArgs
    Dim value() As Integer
     
    value = instance.ColumnList
    public int[] ColumnList {get;}

    Property Value

    Columns whose widths are changing.
    See Also