Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / TextFrame Property


In This Topic
    TextFrame Property (IGroupShape)
    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 IGroupShape
    Dim value As ITextFrame
     
    value = instance.TextFrame
    ITextFrame TextFrame {get;}
    See Also