Class RowColumnHeadingResizeEventArgs
Event arguments for the row and column headings resize events.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Margins
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RowColumnHeadingResizeEventArgs : EventArgs
Constructors
RowColumnHeadingResizeEventArgs(Int32, Double, Boolean)
Initializes a new instance of the Row
Declaration
public RowColumnHeadingResizeEventArgs(int index, double newSize, bool isAutoSize)
Parameters
System. The index. |
System. The new size. |
System. Size of the is auto. |
Properties
Index
Gets or sets the index.
Declaration
public int Index { get; }
Property Value
System. The index. |
IsAutoSize
Gets or sets the value indicating whether the size is automatically set.
Declaration
public bool IsAutoSize { get; }
Property Value
System. The size of the is auto. |
NewSize
Gets or sets the new size.
Declaration
public double NewSize { get; }
Property Value
System. The new size. |