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 TypeMethodDescriptionvoid
BaseDrawingProperties.setCellReference
(CellReference value) Sets the value of the 'Cell Reference
' containment reference.void
BaseFormattingCellProperties.setCellReference
(CellReference value) Sets the value of the 'Cell Reference
' containment reference.void
SpreadsheetProperties.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
BaseDrawingPropertiesImpl.setCellReference
(CellReference newCellReference) void
BaseFormattingCellPropertiesImpl.setCellReference
(CellReference newCellReference) void
SpreadsheetPropertiesImpl.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'.