'Declaration Public Function New( _
ByVal cellTemplateTemplate for a table cell.As FormFieldTemplate, _
ByVal rowCountCount of rows in the table.As System.Int32, _
ByVal columnCountCount of columns in the table.As System.Int32 _
)
public FormFieldTemplateTable(
FormFieldTemplate cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)
public: FormFieldTemplateTable(
FormFieldTemplate* cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)
public:
FormFieldTemplateTable(
FormFieldTemplate^ cellTemplate,
System.Int32 rowCount,
System.Int32 columnCount
)
Parameters
- cellTemplate
- Template for a table cell.
- rowCount
- Count of rows in the table.
- columnCount
- Count of columns in the table.