aspose.cells

Class OdsCellFieldCollection

Represents the fields of ODS.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the field by the index.
functionget(row, column)
Gets the field by row and column index.
 
Method Summary
functionadd(row, column, fieldType, format)
Adds a field.
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
functionupdateFieldsValue()
Update fields value to the cells.
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : OdsCellField 

        function get(index)
        
        Gets the field by the index.
        Parameters:
        index - The index.
        Returns:
      • get : OdsCellField 

        function get(row, column)
        
        Gets the field by row and column index.
        Parameters:
        row - The row index.
        column - The column index.
        Returns:
    • Method Detail

      • add

        function add(row, column, fieldType, format)
        Adds a field.
        Parameters:
        row: Number - The row index.
        column: Number - The column index.
        fieldType: Number - A OdsCellFieldType value. The type of the field.
        format: String - The number format of the field.
        Returns:
      • updateFieldsValue

        function updateFieldsValue()
        Update fields value to the cells.
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.