aspose.cells
Class CustomPropertyCollection

A collection of CustomProperty objects that represent additional information.

Property Getters/Setters Summary
functiongetCount()
          
functionget(index)
           Gets the custom property by the specific index.
functionget(name)
           Gets the custom property by the property name.
 
Method Summary
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionadd(name, value)
           Adds custom property information.
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : CustomProperty 

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

get : CustomProperty 

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

Method Detail

add

function 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

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.

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