java.lang.Object
com.aspose.cells.OdsCellField
public class OdsCellField
| Property Getters/Setters Summary | ||
|---|---|---|
int | getColumn() | |
void | setColumn(int) | |
| Get and sets the column index of the cell. | ||
java.lang.String | getCustomFormat() | |
void | setCustomFormat(java.lang.String) | |
| Represents the custom format of the field's value. | ||
int | getFieldType() | |
void | setFieldType(int) | |
| Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant. | ||
int | getRow() | |
void | setRow(int) | |
| Get and sets the row index of the cell. | ||
| Property Getters/Setters Detail |
|---|
getCustomFormat/setCustomFormat | |
public java.lang.String getCustomFormat() / public void setCustomFormat(java.lang.String value) | |
getFieldType/setFieldType | |
public int getFieldType() / public void setFieldType(int value) | |
getRow/setRow | |
public int getRow() / public void setRow(int value) | |
getColumn/setColumn | |
public int getColumn() / public void setColumn(int value) | |