public class OdsCellFieldCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add(int row,
int column,
int fieldType,
java.lang.String format)
Adds a field.
|
OdsCellField |
get(int index)
Gets the field by the index.
|
OdsCellField |
get(int row,
int column)
Gets the field by row and column index.
|
void |
updateFieldsValue()
Update fields value to the cells.
|
public OdsCellField get(int index)
get in class CollectionBaseindex - The index.public OdsCellField get(int row, int column)
row - The row index.column - The column index.public int add(int row,
int column,
int fieldType,
java.lang.String format)
row - The row index.column - The column index.fieldType - OdsCellFieldType. The type of the field.format - The number format of the field.public void updateFieldsValue()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.