Class OdsCellField

OdsCellField class

Represents the cell field of ods.

public class OdsCellField

Properties

NameDescription
Column { get; set; }Get and sets the column index of the cell.
CustomFormat { get; set; }Represents the custom format of the field’s value.
FieldType { get; set; }Gets and sets the type of the field.
Row { get; set; }Get and sets the row index of the cell.

See Also