Name | Description | |
---|---|---|
Key | Gets the identifier of the extension. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) |
The following tables list the members exposed by INumberFormatExtendData.
Name | Description | |
---|---|---|
Key | Gets the identifier of the extension. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) |
Name | Description | |
---|---|---|
Attach | Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) | |
Clone | Creates a new object that is a copy of the current instance. (Inherited from GrapeCity.Spreadsheet.ICloneable<ICellType>) | |
Detach | Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) | |
ExportExtensionData | Exports the extension data. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) | |
GetFormatter | Gets the formatter which represents the behavior of this cell type. (Inherited from GrapeCity.Spreadsheet.ICellType) | |
ImportExtensionData | Imports the extension data. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) | |
IsRequiredExport | Gets a value indicating whether the extension requires to export its data. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>) | |
Parse | Parses the specified string to the data type of the cell type and returns it as an object. (Inherited from GrapeCity.Spreadsheet.ICellType) | |
ToNumberFormat | Converts this cell type to the corresponding NumberFormat value. (Inherited from GrapeCity.Spreadsheet.ICellType) |