Initializes a new instance of the DocumentSerializableCollection class

Namespace: Spire.Xls.Core.Converter.General.Word.Documents.XML
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected DocumentSerializableCollection(
	Document doc,
	OwnerHolder owner
)
Protected Sub New ( 
	doc As Document,
	owner As OwnerHolder
)
protected:
DocumentSerializableCollection(
	Document^ doc, 
	OwnerHolder^ owner
)
new : 
        doc : Document * 
        owner : OwnerHolder -> DocumentSerializableCollection

Parameters

doc
Document
owner
OwnerHolder

See Also