OpenXmlElement.PreviousSibling Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
PreviousSibling() | Gets the OpenXmlElement immediately preceding this OpenXmlElement. If there is no such preceding OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. | |
PreviousSibling<T>() | Gets the specified type OpenXmlElement preceding this OpenXmlElement. If there is no preceding OpenXmlElement, a null reference (Nothing in Visual Basic) is returned. |
Top