GrapeCity.Xaml.Excel
ExtendedFormats Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : ExtendedFormats Property
Gets or sets the extended formats for the worksheet.
Syntax
'Declaration
 
Public Property ExtendedFormats As Dictionary(Of Integer,IExtendedFormat)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As Dictionary(Of Integer,IExtendedFormat)
 
instance.ExtendedFormats = value
 
value = instance.ExtendedFormats
public Dictionary<int,IExtendedFormat> ExtendedFormats {get; set;}

Property Value

The extended formats
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members