SharpLeaf Reference > Table Methods > SetRowHeights Method

Table.SetRowHeights Method

Set fixed row heights to cycle through from current row on.

Overloads

Example

   tb.SetRowHeights(36);  // All rows take exactly half an inch

Description

Really is a shortcut to calling SetRowMinHeights and SetRowMaxHeights with the same argument.

See also ...

Sizing Columns and Rows | Table Cyclic Settings | Table Glossary | Table Members | Table.SetColumnWidths Method | Table.SetRowMaxHeights Method | Table.SetRowMinHeights Method


Send comments on this topic
© Dyalog Ltd 2021