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 RowColumnHeadingResizeEventArgs class.
Declaration
public RowColumnHeadingResizeEventArgs(int index, double newSize, bool isAutoSize)
Parameters
System.Int32
index
The index. |
System.Double
newSize
The new size. |
System.Boolean
isAutoSize
Size of the is auto. |
Properties
Index
Gets or sets the index.
Declaration
public int Index { get; }
Property Value
System.Int32
The index. |
IsAutoSize
Gets or sets the value indicating whether the size is automatically set.
Declaration
public bool IsAutoSize { get; }
Property Value
System.Boolean
The size of the is auto. |
NewSize
Gets or sets the new size.
Declaration
public double NewSize { get; }
Property Value
System.Double
The new size. |