Uses of Interface
com._1c.g5.v8.dt.moxel.content.CellReference
Packages that use CellReference
Package
Description
-
Uses of CellReference in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return CellReferenceModifier and TypeMethodDescriptionContentFactory.createCellReference()Returns a new object of class 'Cell Reference'.BaseDrawingProperties.getCellReference()Returns the value of the 'Cell Reference' containment reference.BaseFormattingCellProperties.getCellReference()Returns the value of the 'Cell Reference' containment reference.SpreadsheetProperties.getCellReference()Returns the value of the 'Cell Reference' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type CellReferenceModifier and TypeMethodDescriptionvoidBaseDrawingProperties.setCellReference(CellReference value) Sets the value of the 'Cell Reference' containment reference.voidBaseFormattingCellProperties.setCellReference(CellReference value) Sets the value of the 'Cell Reference' containment reference.voidSpreadsheetProperties.setCellReference(CellReference value) Sets the value of the 'Cell Reference' containment reference. -
Uses of CellReference in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement CellReferenceModifier and TypeClassDescriptionclassAn implementation of the model object 'Cell Reference'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return CellReferenceModifier and TypeMethodDescriptionContentFactoryImpl.createCellReference()BaseDrawingPropertiesImpl.getCellReference()BaseFormattingCellPropertiesImpl.getCellReference()SpreadsheetPropertiesImpl.getCellReference()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type CellReferenceModifier and TypeMethodDescriptionvoidBaseDrawingPropertiesImpl.setCellReference(CellReference newCellReference) voidBaseFormattingCellPropertiesImpl.setCellReference(CellReference newCellReference) voidSpreadsheetPropertiesImpl.setCellReference(CellReference newCellReference) -
Uses of CellReference in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type CellReferenceModifier and TypeMethodDescriptionContentSwitch.caseCellReference(CellReference object) Returns the result of interpreting the object as an instance of 'Cell Reference'.