asposecells.api
Class CustomPropertyCollection

A collection of CustomProperty objects that represent additional information.

Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets the custom property by the specific index.
methodget(name)
           Gets the custom property by the property name.
 
Method Summary
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodadd(name, value)
           Adds custom property information.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : int 

int getCount()

get : CustomProperty 

CustomProperty get(index)
Gets the custom property by the specific index.
Parameters:
index - The index.
Returns:
The custom property

get : CustomProperty 

CustomProperty get(name)
Gets the custom property by the property name.
Parameters:
name - The property name.
Returns:
The custom property

Method Detail

add

int add(name, value)
Adds custom property information.
Parameters:
name: String - The name of the custom property.
value: String - The value of the custom property.

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.