Class NumberTabContextBase
Represents base for the number tab context classes.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class NumberTabContextBase : FormatCellsTabContextBase, INumberTabContext, IFormatCellsTabContext
Constructors
NumberTabContextBase(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the Number
Declaration
protected NumberTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
Rad The RadSpreadsheet. |
Cell The cell style. |
Properties
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
ICell The cell value. |
Implements
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
Cell The cell value format. |
Implements
FormatStringToLoad
Gets or sets the format string to load.
Declaration
public string FormatStringToLoad { get; set; }
Property Value
System. The format string to load. |