GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureOfficeTemplateBuilder<T> Class / AddArrayOfIntegers Method
The name of the section containing the array.
The array of integer values to add.





In This Topic
AddArrayOfIntegers Method (GdPictureOfficeTemplateBuilder<T>)
In This Topic
Adds an array of integers to the template.
Syntax
'Declaration
 
Public Function AddArrayOfIntegers( _
   ByVal sectionName As String, _
   ByVal ParamArray arrayOfIntValues() As Integer _
) As T
 

Parameters

sectionName
The name of the section containing the array.
arrayOfIntValues
The array of integer values to add.

Return Value

The template builder instance.
See Also