Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ExtendedFormats Property


In This Topic
    ExtendedFormats Property (IExcelWorksheet)
    In This Topic
    Gets or sets the extended formats for the worksheet.
    Syntax
    'Declaration
     
    Property ExtendedFormats As Dictionary(Of Integer,IExtendedFormat)
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As Dictionary(Of Integer,IExtendedFormat)
     
    instance.ExtendedFormats = value
     
    value = instance.ExtendedFormats
    Dictionary<int,IExtendedFormat> ExtendedFormats {get; set;}

    Property Value

    The extended formats
    See Also