New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class RowHeightChangedEventArgs : EventArgs

Inheritance: objectEventArgsRowHeightChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowHeightChangedEventArgs class.

C#
public RowHeightChangedEventArgs(int fromIndex, int toIndex)
Parameters:fromIndexint

From index.

toIndexint

To index.

Properties

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

C#
public int FromIndex { get; }
Property Value:

The start index.

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

C#
public int ToIndex { get; }
Property Value:

The end index.