Header.Create method
The Create method creates a new Header object.
Overload list
Name | Description | |
---|---|---|
Create(String) | The Create static method creates a new Header object that has the name that is specified by name. | |
Create(HeaderId) | The Create method creates a new Header object of the type specified by headerID. |
Top