NumberTabContextBase
Class
Represents base for the number tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public abstract class NumberTabContextBase : FormatCellsTabContextBase, INumberTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseNumberTabContextBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the NumberTabContextBase class.
C#
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
The RadSpreadsheet.
cellStyleCellStyleThe cell style.
Initializes a new instance of the NumberTabContextBase class.
C#
protected NumberTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)
The RadSpreadsheet.
differentialFormattingDifferentialFormattingThe differential formatting for the condittional formatting.
Properties
CellValue
ICellValue
Gets or sets the cell value.
C#
public ICellValue CellValue { get; set; }
The cell value.
Implements:
CellValueFormat
CellValueFormat
Gets or sets the cell value format.
C#
public CellValueFormat CellValueFormat { get; set; }
The cell value format.
Implements:
Gets or sets the format string to load.
C#
public string FormatStringToLoad { get; set; }
The format string to load.