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

objectOdsCellField

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

int

CustomFormat

Represents the custom format of the field’s value.

public string CustomFormat { get; set; }

Property Value

string

FieldType

Gets and sets the type of the field.

public OdsCellFieldType FieldType { get; set; }

Property Value

OdsCellFieldType

Row

Get and sets the row index of the cell.

public int Row { get; set; }

Property Value

int