GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / TextFrame Property


In This Topic
TextFrame Property (IShape)
In This Topic
Gets an ITextFrame object that contains text formatting for the specified shape.
Syntax
'Declaration
 
ReadOnly Property TextFrame As ITextFrame
 
'Usage
 
Dim instance As IShape
Dim value As ITextFrame
 
value = instance.TextFrame
See Also