'Declaration Public Property SheetDrawingTransformHighlightAppearance As CellReferencesAppearance
public CellReferencesAppearance SheetDrawingTransformHighlightAppearance { get; set; }
public: __property CellReferencesAppearance* get_SheetDrawingTransformHighlightAppearance(); public: __property void set_SheetDrawingTransformHighlightAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ SheetDrawingTransformHighlightAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }