public class PositionInCellsDocument extends Object
Specifies a position in a Cells document.
| Constructor and Description |
|---|
PositionInCellsDocument() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
A column number.
|
int |
getRowNumber()
A row number.
|
void |
setColumnNumber(int value)
A column number.
|
void |
setRowNumber(int value)
A row number.
|
Copyright © 2018. All rights reserved.