Uses of Interface
com._1c.g5.v8.dt.moxel.Row
Packages that use Row
Package
Description
-
Uses of Row in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return RowMethods in com._1c.g5.v8.dt.moxel that return types with arguments of type Row -
Uses of Row in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement RowMethods in com._1c.g5.v8.dt.moxel.impl that return RowModifier and TypeMethodDescriptionMoxelFactoryImpl.createRow()
RowMapEntryImpl.getTypedValue()
RowMapEntryImpl.getValue()
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type RowModifier and TypeMethodDescriptionMoxelFactoryImpl.createRowMapEntry()
RowMapEntryImpl.getEMap()
SpreadsheetDocumentImpl.getRows()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Row -
Uses of Row in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return RowModifier and TypeMethodDescriptionSheetAccessor.getRowContent
(int rowIndex) Получить содержимое строки.SheetAccessor.lookupRowContent
(int rowIndex) Получить содержимое строки по индексу. -
Uses of Row in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return RowModifier and TypeMethodDescriptionstatic Row
MoxelUtil.getRowContent
(SpreadsheetDocument document, int rowIndex) Get row content.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type RowModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Row'.static Columns
MoxelUtil.getRowColumns
(SpreadsheetDocument document, Row row) Get row columns or default document columns.Method parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type RowModifier and TypeMethodDescriptionMoxelSwitch.caseRowMapEntry
(Map.Entry<Integer, Row> object) Returns the result of interpreting the object as an instance of 'Row Map Entry'.