Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / StrikeOut Property


In This Topic
    StrikeOut Property (TableElementStyle)
    In This Topic
    Gets the strikethrough font style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StrikeOut As StrikeoutFontStyle
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim value As StrikeoutFontStyle
     
    value = instance.StrikeOut
    public StrikeoutFontStyle StrikeOut {get;}
    See Also