HotXLS dokumentacija

object that represents the picture and standalone text-box shapes on the Worksheet. Read-only

Example ].Shapes.AddPicture( ].Shapes.AddPicture(

Pavyzdys

Workbook.Sheets[ ].Shapes.AddPicture( ].Shapes.AddPicture(;

Workbook.Sheets[

].Shapes.AddTextBox(

Workbook.Sheets[1].Shapes.AddPicture('picture.jpg', 2, 2);
'Text box'

Workbook.Sheets[1].Shapes.AddTextBox('Text box', 2, 2, 5, 6);
Workbook.Sheets[

Workbook.Sheets[1].Shapes.Delete;