Interface INumberTabContext
Defines members for the number tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface INumberTabContext : IFormatCellsTabContext
Properties
CellValue
Gets or sets the cell value.
Declaration
ICellValue CellValue { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ICellValue
The cell value. |
CellValueFormat
Gets or sets the cell value format.
Declaration
CellValueFormat CellValueFormat { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
The cell value format. |