Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ITextFrame TextFrame { get; }
Public ReadOnly Property TextFrame As ITextFrame
	Get
public:
virtual property ITextFrame^ TextFrame {
	ITextFrame^ get () sealed;
}
abstract TextFrame : ITextFrame with get
override TextFrame : ITextFrame with get

Property Value

ITextFrame

Implements

IShape..::..TextFrame

See Also