OdsCellFieldCollection.Add

OdsCellFieldCollection.Add method

Adds a field.

public int Add(int row, int column, OdsCellFieldType fieldType, string format)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.
fieldTypeOdsCellFieldTypeThe type of the field.
formatStringThe number format of the field.

See Also