Click or drag to resize

OpenXmlPartReader Constructor

Overload List
 NameDescription
Public methodOpenXmlPartReader(OpenXmlPart) Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart class.
Public methodOpenXmlPartReader(Stream) Initializes a new instance of the OpenXmlPartReader class using the supplied stream.
Obsolete
Public methodOpenXmlPartReader(OpenXmlPart, OpenXmlPartReaderOptions) Initializes a new instance of the OpenXmlPartReader class.
Public methodOpenXmlPartReader(OpenXmlPart, Boolean) Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart and Boolean values.
Public methodOpenXmlPartReader(Stream, Boolean) Initializes a new instance of the OpenXmlPartReader class using the supplied stream and Boolean values.
Obsolete
Public methodOpenXmlPartReader(OpenXmlPart, Boolean, Boolean) Initializes a new instance of the OpenXmlPartReader class using the supplied OpenXmlPart and Boolean values.
Public methodOpenXmlPartReader(Stream, IFeatureCollection, OpenXmlPartReaderOptions) Initializes a new instance of the OpenXmlPartReader class.
Public methodOpenXmlPartReader(Stream, Boolean, Boolean) Initializes a new instance of the OpenXmlPartReader class using the supplied stream and Boolean values.
Obsolete
Top
See Also