XL3SetProperty

Revision as of 11:19, 24 March 2011 by Colin Overton (talk) (Created page with 'This function updates XLCubed objects in the workbook such as grids, slicers and small multiples. You can use this to update some setting from the properties screen or move hier…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function updates XLCubed objects in the workbook such as grids, slicers and small multiples.

You can use this to update some setting from the properties screen or move hierarchies.

Syntax

XL3SetProperty( ObjectType, ObjectName, Property, Arg1, [Arg2],…, [Arg27] )

Parameters

Parameter Description
ObjectType Object Type to update. Valid values are "grid", "slicer", "smallmultiple" and "workbook".
ObjectName Name of the object to update. You can not update an object unless you have given it a name in its properties screen.
Property Name of the property to update. Valid names depend on the object type. Details for each are below.
Arg1, [Arg2],…, [Arg27] Value or values to set the property to. Valid values depend on the object type. Details for each are below.

See Also