Skip to main content

TdxSpreadSheetCustomTextBoxContainer.TextBox Property

Provides access to the text box settings of a text box or comment container.

Declaration

property TextBox: TdxSpreadSheetCustomTextBox read; write;

Property Value

Type
TdxSpreadSheetCustomTextBox

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 detailed information on the text box settings, refer to the TdxSpreadSheetCustomTextBox class description.

See Also