[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RowHeightChangingEventArgs

RowHeightChangingEventArgs Class

Represents the event data for the RowHeightChanging event for the Spread component, which occurs when the height of a row is changing.

Inheritance
RowHeightChangingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class RowHeightChangingEventArgs : EventArgs
Public Class RowHeightChangingEventArgs
    Inherits EventArgs

Constructors

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

Creates a new object with the RowHeightChanging event arguments.

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

Creates a new object with the RowHeightChanging event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the row height change.

Gets whether the column indexes are column footer rows.

Header

Gets whether the column indexes are column header rows.

Height

Gets the new height of the row.

RowList

Gets the list of rows whose heights have changed.

View

Gets the view that contains the rows whose heights have changed.