Class OdsCellField
Class OdsCellField
Namespace: Aspose.Cells.Ods
Assembly: Aspose.Cells.dll (25.2.0)
Represents the cell field of ods.
public class OdsCellField
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Column
Get and sets the column index of the cell.
public int Column { get; set; }
Property Value
CustomFormat
Represents the custom format of the field’s value.
public string CustomFormat { get; set; }
Property Value
FieldType
Gets and sets the type of the field.
public OdsCellFieldType FieldType { get; set; }
Property Value
Row
Get and sets the row index of the cell.
public int Row { get; set; }