TextBox Class
Represents a text content and formatting associated with an object such as a ExcelShape.
- Inheritance:
- System.ObjectTextBox
Properties
Format
Gets or sets the text box formatting.
Property Value
The text box formatting.
Paragraphs
Gets the paragraphs contained in this text box.
public TextParagraphCollection Paragraphs { get; }
Public ReadOnly Property Paragraphs As TextParagraphCollection
Property Value
The paragraphs contained in this text box.
Methods
ToString()
Returns a concatenation of all paragraph's elements text.
Returns
- System.String
Overrides
System.Object.ToString()