aspose.cells

Class OdsCellField

Represents the cell field of ods.

Property Getters/Setters Summary
functiongetColumn()
function
setColumn(value)
           Get and sets the column index of the cell.
functiongetCustomFormat()
function
           Represents the custom format of the field's value.
functiongetFieldType()
function
           Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
functiongetRow()
function
setRow(value)
           Get and sets the row index of the cell.
 

    • Property Getters/Setters Detail

      • getCustomFormat/setCustomFormat : String 

        function getCustomFormat() / function setCustomFormat(value)
        
        Represents the custom format of the field's value.
      • getFieldType/setFieldType : Number 

        function getFieldType() / function setFieldType(value)
        
        Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
      • getRow/setRow : Number 

        function getRow() / function setRow(value)
        
        Get and sets the row index of the cell.
      • getColumn/setColumn : Number 

        function getColumn() / function setColumn(value)
        
        Get and sets the column index of the cell.