'Declaration Public Property CellsClipboardAppearance As CellReferencesAppearance
public CellReferencesAppearance CellsClipboardAppearance { get; set; }
public: __property CellReferencesAppearance* get_CellsClipboardAppearance(); public: __property void set_CellsClipboardAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ CellsClipboardAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }