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


In This Topic
    ActualStrikethrough Property (Cell)
    In This Topic
    Gets the current value that indicates whether Stikethrough is used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualStrikethrough As Boolean
    'Usage
     
    Dim instance As Cell
    Dim value As Boolean
     
    value = instance.ActualStrikethrough
    public bool ActualStrikethrough {get;}

    Property Value

    true if the strikethrough should show; otherwise, false.
    See Also