OpenXmlPart.GetStream Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
GetStream() | Returns the part content data stream. | |
GetStream(FileMode) | Returns the content stream opened in a specified I/O FileMode. | |
GetStream(FileMode, FileAccess) | Returns the part content stream opened with a specified FileMode and FileAccess. |
Top