Spread WinForms 15
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
See Also