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