'Declaration Public Property CommentFocusedAppearance As CellReferencesAppearance
public CellReferencesAppearance CommentFocusedAppearance { get; set; }
public: __property CellReferencesAppearance* get_CommentFocusedAppearance(); public: __property void set_CommentFocusedAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ CommentFocusedAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }