'Declaration Public Property ChartSeriesValuesAppearance As CellReferencesAppearance
public CellReferencesAppearance ChartSeriesValuesAppearance { get; set; }
public: __property CellReferencesAppearance* get_ChartSeriesValuesAppearance(); public: __property void set_ChartSeriesValuesAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ ChartSeriesValuesAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }