GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / IsEmptyText Method


In This Topic
IsEmptyText Method
In This Topic
Gets a boolean value indicating whether the display text is empty.
Syntax
'Declaration
 
Public Function IsEmptyText() As Boolean
 
'Usage
 
Dim instance As FormatResult
Dim value As Boolean
 
value = instance.IsEmptyText()

Return Value

true if the display text is empty; otherwise, false.
See Also