public ColumnWidthChangingEventArgs( SpreadView view, ArrayList columnList, int width, bool header )
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal columnList As ArrayList, _ ByVal width As Integer, _ ByVal header As Boolean _ )
'Declaration
Public Function New( _ ByVal view As SpreadView, _ ByVal columnList As ArrayList, _ ByVal width As Integer, _ ByVal header As Boolean _ )
'Usage Dim view As SpreadView Dim columnList As ArrayList Dim width As Integer Dim header As Boolean Dim instance As New ColumnWidthChangingEventArgs(view, columnList, width, header)
'Usage
Dim view As SpreadView Dim columnList As ArrayList Dim width As Integer Dim header As Boolean Dim instance As New ColumnWidthChangingEventArgs(view, columnList, width, header)
ColumnWidthChangingEventArgs Class ColumnWidthChangingEventArgs Members