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


In This Topic
    EnterSameDataInMultipleCells Field
    In This Topic
    [Ctrl-Enter] With multiple cells selected, this shortcut will enter the same data in all cells in the selection at once. With a single cell selected, this shortcut will enter a value and leave the same cell selected.
    Syntax
    'Declaration
     
    Public Shared ReadOnly EnterSameDataInMultipleCells As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.EnterSameDataInMultipleCells
    public static readonly SpreadCommand EnterSameDataInMultipleCells
    See Also