Class
RowHeightChangedEventArgs

Provides data for the RowHeightChanged event, indicating which rows had their heights modified.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class RowHeightChangedEventArgs : EventArgs

Inheritance: objectEventArgsRowHeightChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

RowHeightChangedEventArgs(int, int)

Initializes a new instance of the RowHeightChangedEventArgs class.

Declaration

cs-api-definition
public RowHeightChangedEventArgs(int fromIndex, int toIndex)

Parameters

fromIndex

int

From index.

toIndex

int

To index.

Properties

FromIndex

Gets the starting row index of the range where height changed.

Declaration

cs-api-definition
public int FromIndex { get; }

Property Value

int

The start index.

ToIndex

Gets the ending row index of the range where height changed.

Declaration

cs-api-definition
public int ToIndex { get; }

Property Value

int

The end index.