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. In the tArg.pattern field specify the pattern that will be used to make changes, and in the tArg.meta field specify the updated data and metadata. To save the changes, execute the SaveObject or SaveObjectAs operation after the SetWbkMd operation.
The SetWbkMd operation results in the moniker of changed workbook and data/metadata requested in the tArg.metaGet pattern.
Various methods of using the operation are given in the following examples:
See also: