'Declaration Public Function New( _
ByVal cellTemplateШаблон для ячейки таблицы.As OmrFieldTemplate, _
ByVal rowCountКоличество строк в таблице.As System.Int32, _
ByVal columnCountКоличество столбцов в таблице.As System.Int32, _
ByVal orientationОриентация таблицы.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
- Шаблон для ячейки таблицы.
- rowCount
- Количество строк в таблице.
- columnCount
- Количество столбцов в таблице.
- orientation
- Ориентация таблицы.