EmbeddedTableCollection.Add
Syntax:
Parameters:
<TypeOfTheEmbeddedTable> (required)
Only PivotTable type is permitted.
<Area> (optional)
The embedded table will be located in an area with the coordinates of the left upper corner equal to the corresponding coordinates of area specified in the parameter.
Returned value:
Description:
Availability:
Example:
PivotTable = SpreadDocument.EmbeddedTables.Add(Type("PivotTable")); |