'Declaration Public Property ChartPreview As SpreadsheetVisualEditor
public SpreadsheetVisualEditor ChartPreview { get; set; }
public: __property SpreadsheetVisualEditor* get_ChartPreview(); public: __property void set_ChartPreview(
SpreadsheetVisualEditor* value
);
public:
property SpreadsheetVisualEditor^ ChartPreview { SpreadsheetVisualEditor^ get(); void set(SpreadsheetVisualEditor^ value); }