Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / DeleteText Method


In This Topic
    DeleteText Method
    In This Topic
    Deletes the text from a text frame and all the associated text properties.
    Syntax
    'Declaration
     
    
    Sub DeleteText() 
    'Usage
     
    
    Dim instance As ITextFrame
     
    instance.DeleteText()
    void DeleteText()
    See Also