typedef enum { chartborderweight_hairline = 0, chartborderweight_single = 1, chartborderweight_double = 2, chartborderweight_thick = 3 } enumChartBorderWeight;
used in IXlsChartBorderStyle::Weight property.