InfoConnect for Airlines VBA Guide
IsStrikethrough Property (HostField)
Gets a value that indicates whether the data cell contains strikethrough text. Note: IScreenDataConstants.ATTR_STRIKETHROUGH
Syntax
Object.IsStrikethrough As Boolean
Example
Dim host As HostField
Dim strike As Boolean = host.IsStrikeThrough
See Also