'Declaration Public Property Settings As SpreadsheetEditorSettings
public SpreadsheetEditorSettings Settings { get; set; }
public: __property SpreadsheetEditorSettings* get_Settings(); public: __property void set_Settings(
SpreadsheetEditorSettings* value
);
public:
property SpreadsheetEditorSettings^ Settings { SpreadsheetEditorSettings^ get(); void set(SpreadsheetEditorSettings^ value); }