Class FormatCellsDialogContext
Represents context for the FormatCellsDialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FormatCellsDialogContext : RadSpreadsheetDialogContext
Constructors
FormatCellsDialogContext(RadSpreadsheetElement, Nullable<FormatCellsTabType>)
Initializes a new instance of the Format
Declaration
public FormatCellsDialogContext(RadSpreadsheetElement radSpreadsheetElement, FormatCellsTabType? selectedTabType = default(FormatCellsTabType? ))
Parameters
Rad |
System. Type of the selected tab. |
FormatCellsDialogContext(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the Format
Declaration
public FormatCellsDialogContext(RadSpreadsheetElement radSpreadsheetElement, CellStyle style)
Parameters
Rad |
Cell The style. |
Properties
Item[FormatCellsTabType]
Gets the IFormat
Declaration
public IFormatCellsTabContext this[FormatCellsTabType tabType] { get; }
Parameters
Format
|
Property Value
IFormat The context of the tab. |
SelectedTabType
Gets the type of the selected tab.
Declaration
public FormatCellsTabType? SelectedTabType { get; }
Property Value
System. The type of the selected tab. |
Methods
ApplyChanges()
Applies the changes.
Declaration
public void ApplyChanges()