Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Strikethrough Property


In This Topic
    Strikethrough Property (Cell)
    In This Topic
    Gets or sets a value that indicates whether Strikethrough take effect.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property Strikethrough As Boolean
    'Usage
     
    Dim instance As Cell
    Dim value As Boolean
     
    instance.Strikethrough = value
     
    value = instance.Strikethrough
    [DefaultValue(false)]
    public bool Strikethrough {get; set;}

    Property Value

    true the cell will show strikethrough; otherwise, false. The default value is false.
    See Also