'Declaration Public Property FocusedCellsAppearance As CellReferencesAppearance
public CellReferencesAppearance FocusedCellsAppearance { get; set; }
public: __property CellReferencesAppearance* get_FocusedCellsAppearance(); public: __property void set_FocusedCellsAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ FocusedCellsAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }