aspose.cells
Class VbaModuleType

Utility class containing constants. Represents the type of VBA module.

Field Summary
const  NumberPROCEDURAL
           Represents a procedural module.
const  NumberDOCUMENT
           Represents a document module.
const  NumberCLASS
           Represents a class module.
const  NumberDESIGNER
           Represents a designer module.
 

Field Detail

PROCEDURAL

const Number PROCEDURAL
Represents a procedural module.

DOCUMENT

const Number DOCUMENT
Represents a document module.

CLASS

const Number CLASS
Represents a class module.

DESIGNER

const Number DESIGNER
Represents a designer module.

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