com.aspose.cells
Class VbaModuleType

java.lang.Object
    extended by com.aspose.cells.VbaModuleType

public class VbaModuleType 
extends java.lang.Object

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


Field Summary
static final intPROCEDURAL
           Represents a procedural module.
static final intDOCUMENT
           Represents a document module.
static final intCLASS
           Represents a class module.
static final intDESIGNER
           Represents a designer module.
 

Field Detail

PROCEDURAL

public static final int PROCEDURAL
Represents a procedural module.

DOCUMENT

public static final int DOCUMENT
Represents a document module.

CLASS

public static final int CLASS
Represents a class module.

DESIGNER

public static final int DESIGNER
Represents a designer module.

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