Uses of Interface
com._1c.g5.v8.dt.moxel.ColumnMerge
- 
Packages that use ColumnMerge Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of ColumnMerge in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return ColumnMerge Modifier and Type Method Description ColumnMergeMoxelFactory. createColumnMerge()Returns a new object of class 'Column Merge'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type ColumnMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<ColumnMerge>SpreadsheetDocument. getColumnMerges()Returns the value of the 'Column Merges' containment reference list.
- 
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement ColumnMerge Modifier and Type Class Description classColumnMergeImplAn implementation of the model object 'Column Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnMerge Modifier and Type Method Description ColumnMergeMoxelFactoryImpl. createColumnMerge()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type ColumnMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<ColumnMerge>SpreadsheetDocumentImpl. getColumnMerges()
- 
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type ColumnMerge Modifier and Type Method Description List<ColumnMerge>SheetAccessor. getAllColumnMerges()Получить все объединения колонок.Method parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type ColumnMerge Modifier and Type Method Description voidSheetAccessor. addColumnMerges(List<ColumnMerge> merges)Добавить объединения колонок.
- 
Uses of ColumnMerge in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type ColumnMerge Modifier and Type Method Description TMoxelSwitch. caseColumnMerge(ColumnMerge object)Returns the result of interpreting the object as an instance of 'Column Merge'.
 
-