Skip to main content

TdxSpreadSheetTextBoxContainer.TextBox Property

Provides access to settings of the text box displayed by the text box container.

Declaration

property TextBox: TdxSpreadSheetTextBox read; write;

Property Value

Type
TdxSpreadSheetTextBox

Remarks

You can use this property to:

  • Assign a text string as the text box container’s content (TextBox.TextAsString);

  • Customize the font settings (TextBox.Font);

  • Specify text alignment settings (TextBox.AlignHorz and TextBox.AlignVert).

For additional information, refer to the TdxSpreadSheetTextBox and TdxSpreadSheetCustomTextBox class descriptions.

See Also