[]
Represents a GcSpreadSheet related command.
public class SpreadCommand : ICommand
Public Class SpreadCommand
Implements ICommand
Name | Description |
---|---|
IncludeShapes | Gets or sets a boolean value indicating whether the command works on shapes. |
Name | Gets the name of the command. |
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. |
Name | Description |
---|---|
CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |