Automation:
void
Redo
(
[in, optional]
Variant
nSteps)
;
Native (C++):
HRESULT
Redo
(
[in, optional]
VARIANT
nSteps)
;
Parameters
nStepsOptional number of operations to redo. If omitted, one operation is redone.Return Value
S_OK or standard OLE error code.