C# Class AODL.Document.SpreadsheetDocuments.DocumentManifest

DocumentManifest represent the spreadsheet manifest file
Inheritance: AODL.Document.TextDocuments.DocumentManifest
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
DocumentManifest ( ) : System

Initializes a new instance of the DocumentManifest class.

New ( ) : void

Load the style from assmebly resource.

Method Details

DocumentManifest() public method

Initializes a new instance of the DocumentManifest class.
public DocumentManifest ( ) : System
return System

New() public method

Load the style from assmebly resource.
public New ( ) : void
return void