Package com._1c.g5.v8.dt.moxel.sheet
Class CellsSelection
java.lang.Object
com._1c.g5.v8.dt.moxel.sheet.Selection
com._1c.g5.v8.dt.moxel.sheet.CellsSelection
Выделение ячеек.
-
Constructor Summary
ConstructorsConstructorDescriptionCellsSelection
(SheetAccessor sheet_, int x, int y) CellsSelection
(SheetAccessor sheet_, int x, int y, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangle
Получить нормализованную позицию.org.eclipse.swt.graphics.Rectangle
Получить позицию.
-
Constructor Details
-
CellsSelection
-
CellsSelection
-
-
Method Details
-
getPosition
public org.eclipse.swt.graphics.Rectangle getPosition()Получить позицию. -
getNormalizedPosition
public org.eclipse.swt.graphics.Rectangle getNormalizedPosition()Получить нормализованную позицию.
-