InfoConnect for Unisys
IsStrikethrough Property (HostField)
Example 


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