Property Getters/Setters Summary | ||
---|---|---|
method | getColumn() | |
method | setColumn(value) | |
Get and sets the column index of the cell. | ||
method | getCustomFormat() | |
method | setCustomFormat(value) | |
Represents the custom format of the field's value. | ||
method | getFieldType() | |
method | setFieldType(value) | |
Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant. | ||
method | getRow() | |
method | setRow(value) | |
Get and sets the row index of the cell. |
String getCustomFormat() / setCustomFormat(value)
int getFieldType() / setFieldType(value)
int getRow() / setRow(value)
int getColumn() / setColumn(value)