'Declaration Public Function CreateDrawingEditor( _
ByVal drawingThe drawing to edit.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing _
) As SheetDrawingEditor
public SheetDrawingEditor CreateDrawingEditor(
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing
)
public: SheetDrawingEditor* CreateDrawingEditor(
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing* drawing
)
public:
SheetDrawingEditor^ CreateDrawingEditor(
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing^ drawing
)
Parameters
- drawing
- The drawing to edit.
Return Value
A new instance of SheetDrawingEditor.