Docs HotXLS

TXLSTextBox-class

Représente text box shapes that display formatted text on the worksheet

Syntaxe

TXLSTextBox = class(TXLSShape);

Exemple

This example creates a textbox shape

TextBox := Workbook.Sheets[1].Shapes.AddTextBox('Text', 'B2:E6');