Class Project
Inheritance
System.Object
Project
Namespace: DRIT.Spreadsheet.Vba
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Project : object
Constructors
Project(Workbook)
Declaration
public Project(Workbook workbook)
Parameters
Type | Name | Description |
---|---|---|
Workbook | workbook |
Properties
CodePage
Codepage for encoding. Default is current regional setting.
Declaration
public int CodePage { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Constants
Conditional compilation constants
Declaration
public string Constants { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
A description of the project
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HelpContextID
Context if refering the helpfile
Declaration
public int HelpContextID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HelpFile1
A helpfile
Declaration
public string HelpFile1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HelpFile2
Secondary helpfile
Declaration
public string HelpFile2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Modules
Code Modules (Modules, classes, designer code)
Declaration
public ModuleCollection Modules { get; set; }
Property Value
Type | Description |
---|---|
ModuleCollection |
Name
Name of the project
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Protection
VBA protection
Declaration
public ProtectionState Protection { get; }
Property Value
Type | Description |
---|---|
ProtectionState |
References
Project references
Declaration
public ReferenceCollection References { get; set; }
Property Value
Type | Description |
---|---|
ReferenceCollection |
Signature
The digital signature
Declaration
public VbaSignature Signature { get; }
Property Value
Type | Description |
---|---|
VbaSignature |
SystemKind
System kind. Default Win32.
Declaration
public SysKind SystemKind { get; set; }
Property Value
Type | Description |
---|---|
SysKind |