Share via


OpenXmlPart.FeedData Method (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Feed data into the part stream. The stream of the part will be truncated at first.

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public Sub FeedData ( _
    sourceStream As Stream _
)
'Usage
Dim instance As OpenXmlPart
Dim sourceStream As Stream

instance.FeedData(sourceStream)
public void FeedData (
    Stream sourceStream
)

Parameters

  • sourceStream
    The source stream to be read from.

See Also

Reference

OpenXmlPart Class
OpenXmlPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace