Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IFontFormat Interface / Strikethrough Property
In This Topic
    Strikethrough Property (IFontFormat)
    In This Topic
    Gets or sets the boolean property that indicates whether the represented text has a strike through it.
    Syntax
    System.bool Strikethrough {get; set;}

    Property Value

    true if strikethrough; otherwise, false.
    See Also