TemplateCollectionItem Property

Gets the template at the specified index zero base index.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Template this[
	int templateIndex
] { get; }

Parameters

templateIndex  Int32

Return Value

Template
The template at the specified zero based index.

See Also