'Declaration Public Property FocusedDrawing As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing
public Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing FocusedDrawing { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing* get_FocusedDrawing(); public: __property void set_FocusedDrawing(
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing^ FocusedDrawing { Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing^ get(); void set(Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing^ value); }