Class
FormatCellsDialogContext

Represents context for the the FormatCellsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class FormatCellsDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextFormatCellsDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

FormatCellsDialogContext(RadSpreadsheet, CellStyle)

Initializes a new instance of the FormatCellsDialogContext class.

Declaration

cs-api-definition
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, CellStyle style)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

style

CellStyle

The style.

FormatCellsDialogContext(RadSpreadsheet, DifferentialFormatting)

Initializes a new instance of the FormatCellsDialogContext class.

Declaration

cs-api-definition
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

differentialFormatting

DifferentialFormatting

The differential formatting for the condittional formatting.

FormatCellsDialogContext(RadSpreadsheet, FormatCellsTabType?)

Initializes a new instance of the FormatCellsDialogContext class.

Declaration

cs-api-definition
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, FormatCellsTabType? selectedTabType = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

selectedTabType

FormatCellsTabType?

Type of the selected tab.

Properties

SelectedTabType

Gets the type of the selected tab.

Declaration

cs-api-definition
public FormatCellsTabType? SelectedTabType { get; }

Property Value

FormatCellsTabType?

The type of the selected tab.

this[FormatCellsTabType]

Gets the IFormatCellsTabContext with the specified tab type.

Declaration

cs-api-definition
public IFormatCellsTabContext this[FormatCellsTabType tabType] { get; }

Parameters

tabType

FormatCellsTabType

Property Value

IFormatCellsTabContext

The context of the tab.

Methods

ApplyChanges()

Applies the changes.

Declaration

cs-api-definition
public void ApplyChanges()