TdxSpreadSheetCommentContainer.TextBox Property
Provides access to settings of the text box displayed by the comment container.
Declaration
property TextBox: TdxSpreadSheetCommentTextBox read; write;
Property Value
Type |
---|
TdxSpreadSheetCommentTextBox |
Remarks
You can use this property to:
Assign a text string as the comment 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 TdxSpreadSheetCustomTextBox class description.
See Also