'Declaration Public Property CommentAppearance As CellReferencesAppearance
public CellReferencesAppearance CommentAppearance { get; set; }
public: __property CellReferencesAppearance* get_CommentAppearance(); public: __property void set_CommentAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ CommentAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }