New to Telerik UI for WinFormsStart a free 30-day trial

Event arguments for the row and column headings resize events.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Margins

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class RowColumnHeadingResizeEventArgs : EventArgs

Inheritance: objectEventArgsRowColumnHeadingResizeEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowColumnHeadingResizeEventArgs class.

C#
public RowColumnHeadingResizeEventArgs(int index, double newSize, bool isAutoSize)
Parameters:indexint

The index.

newSizedouble

The new size.

isAutoSizebool

Size of the is auto.

Properties

Gets or sets the index.

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

The index.

Gets or sets the value indicating whether the size is automatically set.

C#
public bool IsAutoSize { get; }
Property Value:

The size of the is auto.

Gets or sets the new size.

C#
public double NewSize { get; }
Property Value:

The new size.