'Declaration Public Sub SetDrawingDescription( _
ByVal worksheetThe worksheet that contains drawing object.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal drawingThe drawing object that should be changed.As Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing, _
ByVal descriptionThe description for drawing object.As System.String _
)
public void SetDrawingDescription(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing drawing,
System.String description
)
public: void SetDrawingDescription(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing* drawing,
System.String description
)
public:
void SetDrawingDescription(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.SheetDrawing^ drawing,
System.String description
)
Parameters
- worksheet
- The worksheet that contains drawing object.
- drawing
- The drawing object that should be changed.
- description
- The description for drawing object.