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