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


In This Topic
    CutSelectedCells Field
    In This Topic
    [Ctrl-X] Cut puts everything on the clipboard: text, formulas, formatting, borders, fills, etc.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CutSelectedCells As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.CutSelectedCells
    public static readonly SpreadCommand CutSelectedCells
    See Also