InfoConnect for Airlines
IsUnderline Property (HostField)
Example 


Gets a value that indicates whether the data cell contains underlined text.
Syntax
'Declaration
 
Public ReadOnly Property IsUnderline As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsUnderline
public bool IsUnderline {get;}
Example
HostField host;
bool underline = host.IsUnderline;
See Also