Uses of Interface
com._1c.g5.v8.dt.moxel.content.ColumnsRowsProperties
- 
Packages that use ColumnsRowsProperties Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util 
- 
- 
Uses of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.contentSubinterfaces of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content Modifier and Type Interface Description interfaceColumnsPropertiesA representation of the model object 'Columns Properties'.interfaceRowsPropertiesA representation of the model object 'Rows Properties'.Methods in com._1c.g5.v8.dt.moxel.content that return ColumnsRowsProperties Modifier and Type Method Description ColumnsRowsPropertiesContentFactory. createColumnsRowsProperties()Returns a new object of class 'Columns Rows Properties'.
- 
Uses of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content.implClasses in com._1c.g5.v8.dt.moxel.content.impl that implement ColumnsRowsProperties Modifier and Type Class Description classColumnsPropertiesImplAn implementation of the model object 'Columns Properties'.classColumnsRowsPropertiesImplAn implementation of the model object 'Columns Rows Properties'.classRowsPropertiesImplAn implementation of the model object 'Rows Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return ColumnsRowsProperties Modifier and Type Method Description ColumnsRowsPropertiesContentFactoryImpl. createColumnsRowsProperties()
- 
Uses of ColumnsRowsProperties in com._1c.g5.v8.dt.moxel.content.utilMethods in com._1c.g5.v8.dt.moxel.content.util with parameters of type ColumnsRowsProperties Modifier and Type Method Description TContentSwitch. caseColumnsRowsProperties(ColumnsRowsProperties object)Returns the result of interpreting the object as an instance of 'Columns Rows Properties'.
 
-