Gets the template item by an index.
Namespace: GroupDocs.Parser.TemplatesAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.0
Syntaxpublic TemplateItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TemplateItem
Get
public:
property TemplateItem^ default[int index] {
TemplateItem^ get (int index);
}
member Item : TemplateItem with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the template item.
Return Value
Type:
TemplateItemAn instance of
TemplateItem class.
See Also