Initializes a new instance of the WordAttrCollection class

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public WordAttrCollection(
	FormatBase parent,
	int baseKey
)
Public Sub New ( 
	parent As FormatBase,
	baseKey As Integer
)
public:
WordAttrCollection(
	FormatBase^ parent, 
	int baseKey
)
new : 
        parent : FormatBase * 
        baseKey : int -> WordAttrCollection

Parameters

parent
FormatBase
baseKey
Int32

See Also