[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.UI.Commands.SpreadCommand

SpreadCommand Class

Represents a GcSpreadSheet related command.

Inheritance
SpreadCommand
Implements
Namespace: GrapeCity.Wpf.SpreadSheet.UI.Commands
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public class SpreadCommand : ICommand
Public Class SpreadCommand
    Implements ICommand

Properties

Name Description
IncludeShapes

Gets or sets a boolean value indicating whether the command works on shapes.

Name

Gets the name of the command.

Methods

Name Description
CanExecute(object, GcSpreadSheet)

Determines whether this SpreadCommand can execute in GcSpreadSheet's current state.

CanExecuteCore(object, GcSpreadSheet)

Determines whether this SpreadCommand can execute in GcSpreadSheet's current state.

Execute(object, GcSpreadSheet)

Executes the SpreadCommand on the GcSpreadSheet target.

ExecuteCore(object, GcSpreadSheet)

Executes the SpreadCommand on the GcSpreadSheet target.

Events

Name Description
CanExecuteChanged

Occurs when changes occur that affect whether or not the command should execute.