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


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