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