'Declaration Public Property ChartCategoryAxisAppearance As CellReferencesAppearance
public CellReferencesAppearance ChartCategoryAxisAppearance { get; set; }
public: __property CellReferencesAppearance* get_ChartCategoryAxisAppearance(); public: __property void set_ChartCategoryAxisAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ ChartCategoryAxisAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }