'Declaration Public Property CellsTransformHighlightAppearance As CellReferencesAppearance
public CellReferencesAppearance CellsTransformHighlightAppearance { get; set; }
public: __property CellReferencesAppearance* get_CellsTransformHighlightAppearance(); public: __property void set_CellsTransformHighlightAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ CellsTransformHighlightAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }