Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / Strikeout Property


In This Topic
    Strikeout Property (ExcelFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Strikeout As Boolean
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Boolean
     
    value = instance.Strikeout
    public bool Strikeout {get;}
    See Also