[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RowHeightChangedEventArgs.-ctor

RowHeightChangedEventArgs Constructor

RowHeightChangedEventArgs(SpreadView, ArrayList, bool)

Creates a new object with the RowHeightChanged event arguments.

Declaration
public RowHeightChangedEventArgs(SpreadView view, ArrayList rowList, bool header)
Public Sub New(view As SpreadView, rowList As ArrayList, header As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the rows whose heights have changed

ArrayList rowList

Array list of the rows whose heights have changed

bool header

True if row indexes are column header rows

RowHeightChangedEventArgs(SpreadView, ArrayList, bool, bool)

Creates a new object with the RowHeightChanged event arguments.

Declaration
public RowHeightChangedEventArgs(SpreadView view, ArrayList rowList, bool header, bool footer)
Public Sub New(view As SpreadView, rowList As ArrayList, header As Boolean, footer As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the rows whose heights have changed

ArrayList rowList

Array list of the rows whose heights have changed

bool header

True if row indexes are column header rows

bool footer

True if row indexes are column footer rows