INumberTabContext
Interface
Defines members for the number tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public interface INumberTabContext : IFormatCellsTabContext
Derived Classes:
Inherited Members
Properties
CellValue
ICellValue
Gets or sets the cell value.
C#
ICellValue CellValue { get; set; }
The cell value.
CellValueFormat
CellValueFormat
Gets or sets the cell value format.
C#
CellValueFormat CellValueFormat { get; set; }
The cell value format.