IsUnderline Property (HostField)
Gets
a value indicating whether the data cell contains underlined text.
public bool IsUnderline {get;}
'Declaration
Public ReadOnly Property IsUnderline As Boolean
'Usage
Dim instance As HostField
Dim value As Boolean
value = instance.IsUnderline
HostField host;
bool underline = host.IsUnderline;