Click or drag to resize

CommentsRange TextFrame Property

Gets the text frame associated with the current object.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ITextFrame TextFrame { get; }

Return Value

Type: ITextFrame
An ITextFrame object representing the text frame, or throws a NotSupportedException if the property is not supported in the current context.

Implements

IShape TextFrame
See Also