Skip to main content

TdxSpreadSheetTextBox Class

A text box displayed by a floating text box container.

Declaration

TdxSpreadSheetTextBox = class(
    TdxSpreadSheetCustomTextBox
)

Remarks

This class does not introduce any new members in addition to those provided by its ancestor. Unlike TdxSpreadSheetCommentTextBox, the TdxSpreadSheetTextBox class publishes the WordWrap property that you can use in addition to the AutoSize property.

For detailed information on properties and methods provided by the TdxSpreadSheetTextBox class, refer to the TdxSpreadSheetCustomTextBox class description.

A TdxSpreadSheetTextBox object is referenced by the text box container’s TextBox property.

See Also