SetWbkMdResult SetWbkMd(WbkId tWbk, SetWbkMdArg tArg)
tWbk. Workbook instance moniker.
tArg. Operation execution parameters.
The SetWbkMd operation changes workbook data and metadata.
To execute the operation, in the tWbk field specify moniker of the opened workbook instance, and in the tArg field specify change parameters. The moniker can be obtained on executing the OpenWbk operation. The tArg.pattern field is used to specify the pattern, according to which the changes are made, and the updated data and metadata is specified in the tArg.meta field. To save the changes, execute the SaveObject or SaveObjectAs operation after the SetWbkMd operation.
The result of the SetWbkMd operation is moniker of the changed workbook and the requested data or metadata that can be requested in the tArg.metaGet pattern.
Various methods of using this operation are given in the following examples:
See also: