ClassRowHeightChangedEventArgs
Class
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
Constructors
RowHeightChangedEventArgs(int, int)
Initializes a new instance of the RowHeightChangedEventArgs class.
Properties
FromIndex
Gets the starting row index of the range where height changed.