aspose.diagram
Class DataRecordSetCollection

DataRecordSet collection.

Property Getters/Setters Summary
functiongetActiveRecordsetId()
functionsetActiveRecordsetId(value)
           ActiveRecordsetID
functiongetCount()
           Gets the number of elements actually contained in the collection.
functiongetNextId()
functionsetNextId(value)
           NextID
functionget(index)
           Gets the element at the specified index.
 
Method Summary
functionadd(dataRecordSet)
           Add the dataRecordSet in the collection.
functionclear()→ inherited from Collection
           Removes all elements from collection.
functionisExist(index)→ inherited from Collection
           Is exist item in the collection.
functioniterator()→ inherited from Collection
           Supports a simple iteration over a nongeneric collection.
functionremove(dataRecordSet)
           Remove the dataRecordSet from the collection.
 

Property Getters/Setters Detail

getNextId/setNextId : String 

function getNextId() / function setNextId(value)
NextID

getActiveRecordsetId/setActiveRecordsetId : String 

function getActiveRecordsetId() / function setActiveRecordsetId(value)
ActiveRecordsetID

getCount : Number 

function getCount()
Gets the number of elements actually contained in the collection.

get : DataRecordSet 

function get(index)
Gets the element at the specified index.
Parameters:
index -
Returns:

Method Detail

add

function add(dataRecordSet)
Add the dataRecordSet in the collection.
Parameters:
dataRecordSet: DataRecordSet -
Returns:

remove

function remove(dataRecordSet)
Remove the dataRecordSet from the collection.
Parameters:
dataRecordSet: DataRecordSet -

iterator

function iterator()
Supports a simple iteration over a nongeneric collection.
Returns:

isExist

function isExist(index)
Is exist item in the collection.
Parameters:
index: Number - index of element.
Returns:

clear

function clear()
Removes all elements from collection.

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