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