'Declaration Public Property SheetDrawingEmptyAppearance As CellReferencesAppearance
public CellReferencesAppearance SheetDrawingEmptyAppearance { get; set; }
public: __property CellReferencesAppearance* get_SheetDrawingEmptyAppearance(); public: __property void set_SheetDrawingEmptyAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ SheetDrawingEmptyAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }