Initializes a new instance of the AttrCollection class
Namespace: Spire.Xls.Core.Converter.General.Word.FormattingAssembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public AttrCollection( FormatBase parent, int baseKey )
Public Sub New ( parent As FormatBase, baseKey As Integer )
public: AttrCollection( FormatBase^ parent, int baseKey )
new : parent : FormatBase * baseKey : int -> AttrCollection