'Declaration Public Property ChartSeriesNameAppearance As CellReferencesAppearance
public CellReferencesAppearance ChartSeriesNameAppearance { get; set; }
public: __property CellReferencesAppearance* get_ChartSeriesNameAppearance(); public: __property void set_ChartSeriesNameAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ ChartSeriesNameAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }