InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsStrikethrough Property
Example


In This Topic
    IsStrikethrough Property (HostField)
    In This Topic
    Gets a value that indicates 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