Click or drag to resize

XlsShape TextFrame Property

Gets the text frame associated with the shape.

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 instance of ITextFrame representing the text frame of the shape.

Implements

IShape TextFrame
See Also