InfoConnect for Airlines
IsOverline Property (HostField)
Example 


Gets a value indicating whether the data cell contains overlined text.
Syntax
'Declaration
 
Public ReadOnly Property IsOverline As Boolean
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsOverline
public bool IsOverline {get;}
Example
HostField host;
bool overline = host.IsOverline;
See Also