Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INumberFormatExtendData Interface
Properties Methods

In This Topic
    INumberFormatExtendData Interface Members
    In This Topic

    The following tables list the members exposed by INumberFormatExtendData.

    Public Properties
     NameDescription
     PropertyGets the identifier of the extension. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>)
    Top
    Public Methods
     NameDescription
     MethodEnables 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>)
     MethodCreates a new object that is a copy of the current instance. (Inherited from GrapeCity.CalcEngine.ICloneable<ICellType>)
     MethodEnables 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>)
     MethodExports the extension data. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>)
     MethodGets the formatter which represents the behavior of this cell type. (Inherited from GrapeCity.Spreadsheet.ICellType)
     MethodImports the extension data. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>)
     MethodGets a value indicating whether the extension requires to export its data. (Inherited from GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Styles>)
     MethodParses the specified string to the data type of the cell type and returns it as an object. (Inherited from GrapeCity.Spreadsheet.ICellType)
     MethodConverts this cell type to the corresponding NumberFormat value. (Inherited from GrapeCity.Spreadsheet.ICellType)
    Top
    See Also