'Declaration Property ColorPalette As Dictionary(Of Integer,GcColor)
'Usage Dim instance As IExcelWorkbook Dim value As Dictionary(Of Integer,GcColor) instance.ColorPalette = value value = instance.ColorPalette
Dictionary<int,GcColor> ColorPalette {get; set;}