'Declaration Public Property StylePainterAppearance As CellReferencesAppearance
public CellReferencesAppearance StylePainterAppearance { get; set; }
public: __property CellReferencesAppearance* get_StylePainterAppearance(); public: __property void set_StylePainterAppearance(
CellReferencesAppearance* value
);
public:
property CellReferencesAppearance^ StylePainterAppearance { CellReferencesAppearance^ get(); void set(CellReferencesAppearance^ value); }