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