Docs HotXLS
Sommaire
Accueil
Aperçu
TGridToXLS
IXLSWorkbook
Accueil
Sommaire
Aperçu
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');