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


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

    Property Value

    true if the cell shows a strikethrough; otherwise, false. The default value is false.
    See Also