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