Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Font Class / Strikethrough Property

In This Topic
    Strikethrough Property
    In This Topic
    Gets or sets a value indicating whether to show strikethrough.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <XmlAttributeAttribute()>
    Public Property Strikethrough As Boolean
    [DefaultValue(false)]
    [XmlAttribute()]
    public bool Strikethrough {get; set;}
    See Also