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