ViewProperties Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ViewProperties() | Initializes a new instance of the ViewProperties class. | |
ViewProperties(String) | Initializes a new instance of the ViewProperties class from outer XML. | |
ViewProperties(array<OpenXmlElement[]) | Initializes a new instance of the ViewProperties class with the specified child elements. | |
ViewProperties(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ViewProperties class with the specified child elements. |
Top