[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RowHeightChangedEventArgs

RowHeightChangedEventArgs Class

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

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

Constructors

Name Description
RowHeightChangedEventArgs(SpreadView, ArrayList, bool)

Creates a new object with the RowHeightChanged event arguments.

RowHeightChangedEventArgs(SpreadView, ArrayList, bool, bool)

Creates a new object with the RowHeightChanged event arguments.

Properties

Name Description

Gets whether the row indexes are column footer rows.

Header

Gets whether the row indexes are column header rows.

RowList

Gets the list of rows whose heights have changed.

View

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