asposecells.api

Class OdsCellField

Represents the cell field of ods.

Property Getters/Setters Summary
methodgetColumn()
method
setColumn(value)
           Get and sets the column index of the cell.
methodgetCustomFormat()
method
           Represents the custom format of the field's value.
methodgetFieldType()
method
           Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
methodgetRow()
method
setRow(value)
           Get and sets the row index of the cell.
 

    • Property Getters/Setters Detail

      • getCustomFormat/setCustomFormat : String 

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

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

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

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