Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / Strikethrough Field


In This Topic
    Strikethrough Field
    In This Topic
    [Ctrl-5] Toggles strikethrough on and off for the current selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Strikethrough As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.Strikethrough
    public static readonly SpreadCommand Strikethrough
    See Also