asposecells.api
Class VbaModuleType

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

Field Summary
const  intPROCEDURAL
           Repesentes a procedural module.
const  intDOCUMENT
           Repesentes a document module.
const  intCLASS
           Repesentes a class module.
const  intDESIGNER
           Repesentes a designer module.
 

Field Detail

PROCEDURAL

const int PROCEDURAL
Repesentes a procedural module.

DOCUMENT

const int DOCUMENT
Repesentes a document module.

CLASS

const int CLASS
Repesentes a class module.

DESIGNER

const int DESIGNER
Repesentes 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.