'Declaration Public Shared Function Union( _
ByVal startTextContentThe start text content.As OpenXmlTextContent, _
ByVal endTextContentThe end text content.As OpenXmlTextContent _
) As OpenXmlTextContent
public static OpenXmlTextContent Union(
OpenXmlTextContent startTextContent,
OpenXmlTextContent endTextContent
)
public: static OpenXmlTextContent* Union(
OpenXmlTextContent* startTextContent,
OpenXmlTextContent* endTextContent
)
public:
static OpenXmlTextContent^ Union(
OpenXmlTextContent^ startTextContent,
OpenXmlTextContent^ endTextContent
)
Parameters
- startTextContent
- The start text content.
- endTextContent
- The end text content.
Return Value
A text content that contains union of all text between specified start and end text contents.