java.lang.Object
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 int | PROCEDURAL | |
Represents a procedural module.
|
static final int | DOCUMENT | |
Represents a document module.
|
static final int | CLASS | |
Represents a class module.
|
static final int | DESIGNER | |
Represents a designer module.
|
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.