Uses of Interface
com._1c.g5.v8.dt.moxel.ColumnGroup
- 
Packages that use ColumnGroup Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of ColumnGroup in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return ColumnGroup Modifier and Type Method Description ColumnGroupMoxelFactory. createColumnGroup()Returns a new object of class 'Column Group'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type ColumnGroup Modifier and Type Method Description org.eclipse.emf.common.util.EList<ColumnGroup>SpreadsheetDocument. getColumnGroups()Returns the value of the 'Column Groups' containment reference list.
- 
Uses of ColumnGroup in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement ColumnGroup Modifier and Type Class Description classColumnGroupImplAn implementation of the model object 'Column Group'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnGroup Modifier and Type Method Description ColumnGroupMoxelFactoryImpl. createColumnGroup()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type ColumnGroup Modifier and Type Method Description org.eclipse.emf.common.util.EList<ColumnGroup>SpreadsheetDocumentImpl. getColumnGroups()
- 
Uses of ColumnGroup in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type ColumnGroup Modifier and Type Method Description TMoxelSwitch. caseColumnGroup(ColumnGroup object)Returns the result of interpreting the object as an instance of 'Column Group'.
 
-