Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / HasText Property


In This Topic
    HasText Property
    In This Topic
    Returns whether the specified text frame has text.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasText As Boolean
    'Usage
     
    
    Dim instance As ITextFrame
    Dim value As Boolean
     
    value = instance.HasText
    bool HasText {get;}
    See Also