Uses of Interface
com._1c.g5.v8.dt.moxel.RowMerge
- 
Packages that use RowMerge 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 RowMerge in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return RowMerge Modifier and Type Method Description RowMergeMoxelFactory. createRowMerge()Returns a new object of class 'Row Merge'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type RowMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<RowMerge>SpreadsheetDocument. getRowMerges()Returns the value of the 'Row Merges' containment reference list.
- 
Uses of RowMerge in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement RowMerge Modifier and Type Class Description classRowMergeImplAn implementation of the model object 'Row Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return RowMerge Modifier and Type Method Description RowMergeMoxelFactoryImpl. createRowMerge()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type RowMerge Modifier and Type Method Description org.eclipse.emf.common.util.EList<RowMerge>SpreadsheetDocumentImpl. getRowMerges()
- 
Uses of RowMerge in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return RowMerge Modifier and Type Method Description RowMergeSheetAccessor. findRowMerge(int begin, int end)Найти объединение строк.
- 
Uses of RowMerge in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type RowMerge Modifier and Type Method Description TMoxelSwitch. caseRowMerge(RowMerge object)Returns the result of interpreting the object as an instance of 'Row Merge'.
 
-