SharpLeaf Reference > Table Methods > SetRowMaxHeights Method

Table.SetRowMaxHeights Method

Set maximum row heights to cycle through from current row on (defaults to -1 for no limit).

Overloads

Example

  // First row has no limit, rows 2-5 are limited to one inch
   tb.SetRowMaxHeights(new int[] {-1,72,72,72,72});

See also ...

Sizing Columns and Rows | Table Glossary | Table Members | Table.SetRowMinHeights Method


Send comments on this topic
© Dyalog Ltd 2021