Uses of Interface
com._1c.g5.v8.dt.moxel.PivotTable
-
Packages that use PivotTable Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of PivotTable in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return PivotTable Modifier and Type Method Description PivotTableMoxelFactory. createPivotTable()Returns a new object of class 'Pivot Table'.PivotTableEmbeddedTableItem. getTable()Returns the value of the 'Table' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type PivotTable Modifier and Type Method Description voidEmbeddedTableItem. setTable(PivotTable value)Sets the value of the 'Table' containment reference. -
Uses of PivotTable in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement PivotTable Modifier and Type Class Description classPivotTableImplAn implementation of the model object 'Pivot Table'.Methods in com._1c.g5.v8.dt.moxel.impl that return PivotTable Modifier and Type Method Description PivotTableMoxelFactoryImpl. createPivotTable()PivotTableEmbeddedTableItemImpl. getTable()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type PivotTable Modifier and Type Method Description voidEmbeddedTableItemImpl. setTable(PivotTable newTable) -
Uses of PivotTable in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type PivotTable Modifier and Type Method Description TMoxelSwitch. casePivotTable(PivotTable object)Returns the result of interpreting the object as an instance of 'Pivot Table'.
-