TemplateTable

TemplateTable class

Provides the template table.

public sealed class TemplateTable : TemplateItem

Constructors

Name Description
TemplateTable(TemplateTableLayout, string, int?) Initializes a new instance of the TemplateTable class with the UPPER CASE name.
TemplateTable(TemplateTableParameters, string, int?) Initializes a new instance of the TemplateTable class.
TemplateTable(TemplateTableLayout, string, int?, bool) Initializes a new instance of the TemplateTable class.
TemplateTable(TemplateTableParameters, string, int?, bool) Initializes a new instance of the TemplateTable class.

Properties

Name Description
Layout { get; } Gets the table layout.
Name { get; } Gets the name of the template item.
PageIndex { get; } Gets the page index of the template item.
Parameters { get; } Gets the parameters to detect the table in the automatic mode.
UseUpperCaseName { get; } Gets a boolean value that indicates whether a Name was converted to UPPER CASE.

Remarks

There are two ways to define a table:

See Also