'Declaration Public Property HeadersTransformHighlightAppearance As CellReferencesAppearance
public CellReferencesAppearance HeadersTransformHighlightAppearance { get; set; }
public: __property CellReferencesAppearance* get_HeadersTransformHighlightAppearance(); public: __property void set_HeadersTransformHighlightAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ HeadersTransformHighlightAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }