TemplateCollectionItem Property
Gets the template at the specified index zero base index.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Template this[
int templateIndex
] { get; }
Public ReadOnly Default Property Item (
templateIndex As Integer
) As Template
Get
public:
property Template^ default[int templateIndex] {
Template^ get (int templateIndex);
}
member Item : Template with get
- templateIndex Int32
TemplateThe template at the specified zero based index.