LowLevel.InterceptedDocuments Property

PicoXLSX

PicoXLSX

LowLevelInterceptedDocuments Property

Gets the intercepted documents if interceptDocuments is set to true

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Dictionary<string, XmlDocument> InterceptedDocuments { get; }

Property Value

Type: DictionaryString, XmlDocument
See Also