[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.PivotTables.PivotTableOptionsCommand.BeforeExecute

BeforeExecute Method

BeforeExecute(bool)

Invoked before execute the command.

Declaration
protected override CommandResult BeforeExecute(bool redo)
Protected Overrides Function BeforeExecute(redo As Boolean) As CommandResult
Parameters
Type Name Description
bool redo

if set to true, the command is executed for redoing.

Returns
Type Description
CommandResult

true if the command continue executing; otherwise the command should be stopped.

Overrides