public RowHeightChangingEventArgs( SpreadView view, ArrayList rowList, int height, bool header, bool footer )
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal rowList As ArrayList, _ ByVal height As Integer, _ ByVal header As Boolean, _ ByVal footer As Boolean _ )
'Declaration
Public Function New( _ ByVal view As SpreadView, _ ByVal rowList As ArrayList, _ ByVal height As Integer, _ ByVal header As Boolean, _ ByVal footer As Boolean _ )
'Usage Dim view As SpreadView Dim rowList As ArrayList Dim height As Integer Dim header As Boolean Dim footer As Boolean Dim instance As New RowHeightChangingEventArgs(view, rowList, height, header, footer)
'Usage
Dim view As SpreadView Dim rowList As ArrayList Dim height As Integer Dim header As Boolean Dim footer As Boolean Dim instance As New RowHeightChangingEventArgs(view, rowList, height, header, footer)
RowHeightChangingEventArgs Class RowHeightChangingEventArgs Members Overload List