Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / HasText Property


In This Topic
    HasText Property
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Property HasText As Boolean
    'Usage
     
    Dim instance As ITextFrame
    Dim value As Boolean
     
    value = instance.HasText
    bool HasText {get;}
    See Also