[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RowHeightChangingEventArgs.-ctor

RowHeightChangingEventArgs Constructor

RowHeightChangingEventArgs(SpreadView, ArrayList, int, bool, bool)

Creates a new object with the RowHeightChanging event arguments.

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

View (Spreadview object) that contains the columns that have changed

ArrayList rowList

Array list of the rows whose heights have changed

int height

New height

bool header

Whether to include headers

bool footer

Whether to include footers

RowHeightChangingEventArgs(SpreadView, ArrayList, int, bool)

Creates a new object with the RowHeightChanging event arguments.

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

View (Spreadview object) that contains the columns that have changed

ArrayList rowList

Array list of the rows whose heights have changed

int height

New height

bool header

Whether to include headers