TdxSpreadSheetHistoryCustomCommand.CompatibleWith(TdxSpreadSheetHistoryCustomCommand) Method
Identifies if two change commands are compatible.
Declaration
function CompatibleWith(ACommand: TdxSpreadSheetHistoryCustomCommand): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| ACommand | TdxSpreadSheetHistoryCustomCommand |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the current change command and a command passed as the ACommand parameter affect the same worksheet element (a cell, for instance). Otherwise – the CompatibleWith function returns False.
See Also