'Declaration Public Sub RemoveDrawing( _
ByVal worksheetThe worksheet that contains drawing object.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal drawingThe drawing object to remove.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing _
)
public void RemoveDrawing(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing
)
Parameters
- worksheet
- The worksheet that contains drawing object.
- drawing
- The drawing object to remove.