asposecells.api

Class OdsCellFieldCollection

Represents the fields of ODS.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
Gets the field by the index.
methodget(row, column)
Gets the field by row and column index.
 
Method Summary
methodadd(row, column, fieldType, format)
Adds a field.
methodadd(value)
Reserved for internal use.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
methodupdateFieldsValue()
Update fields value to the cells.
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
      • get : OdsCellField 

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

      • add

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

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

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

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

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

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

        int indexOf(value)
        Reserved for internal use.