'Declaration Property ExtendedFormats As System.Collections.Generic.Dictionary(Of Integer,IExtendedFormat)
'Usage Dim instance As IExcelWorksheet Dim value As System.Collections.Generic.Dictionary(Of Integer,IExtendedFormat) instance.ExtendedFormats = value value = instance.ExtendedFormats
System.Collections.Generic.Dictionary<int,IExtendedFormat> ExtendedFormats {get; set;}