aspose.cells
Class VbaModuleCollection

Represents the list of VbaModule

Property Getters/Setters Summary
functiongetCount()
          
functionget(index)
           Gets VbaModule in the list by the index.
functionget(name)
           Gets VbaModule in the list by the name.
 
Method Summary
functionadd(sheet)
           Adds module for a worksheet.
functionadd(type, name)
           Adds module.
functionadd(value)→ inherited from CollectionBase
          Reserved for internal use.
functionaddDesignerStorage(name, data)
          
functionclear()→ inherited from CollectionBase
          
functioncontains(value)→ inherited from CollectionBase
          Reserved for internal use.
functionget(index)→ inherited from CollectionBase
          Reserved for internal use.
functiongetDesignerStorage(name)
           Represents the data of Designer.
functionindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
functioniterator()→ inherited from CollectionBase
          
functionremove(sheet)
           Removes module for a worksheet.
functionremove(name)
           Remove the module by the name
functionremoveAt(index)→ inherited from CollectionBase
          
 

Property Getters/Setters Detail

getCount : Number 

function getCount()

get : VbaModule 

function get(index)
Gets VbaModule in the list by the index.
Parameters:
index - The index.
Returns:

get : VbaModule 

function get(name)
Gets VbaModule in the list by the name.
Parameters:
name - The name of module.
Returns:

Method Detail

addDesignerStorage

function addDesignerStorage(name, data)
Parameters:
name: String -
data: byte[] -

getDesignerStorage

function getDesignerStorage(name)
Represents the data of Designer. We do not support to parse them. Just only for copying.

add

function add(sheet)
Adds module for a worksheet.
Parameters:
sheet: Worksheet - The worksheet
Returns:

add

function add(type, name)
Adds module.
Parameters:
type: Number - A VbaModuleType value. The type of module.
name: String - The name of module.
Returns:

remove

function remove(sheet)
Removes module for a worksheet.
Parameters:
sheet: Worksheet - The worksheet
Returns:

remove

function remove(name)
Remove the module by the name
Parameters:
name: String -

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.