Click or drag to resize

ITextBox Interface

Defines the contract for a text box control.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ITextBox : IExcelApplication

The ITextBox type exposes the following members.

Properties
Name Description
Public property HAlignment
Horizontal alignment of the text.
Public property IsTextLocked
Indicates whether comment text is locked.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Public property RichText
Text of the comment. Read-only.
Public property Text
Text of the comment.
Public property TextRotation
Text rotation.
Public property VAlignment
Vertical alignment of the text.
Top
See Also