SharpLeaf Reference > Table Methods > SetCellVerticalAlignment Method Table.SetCellVerticalAlignment Method
Set the vertical alignment of table cells (default is Top).
Overloads
Example
// Alternate top and bottom vertical alignments along rows from now on
tb.SetCellVerticalAlignment(new VerticalAlignment[]{VerticalAlignment.Top,
VerticalAlignment.Bottom},false);
Description
The setting will be cycled through, starting at current cell, for all future cells.
See also ...Table Cyclic Settings | Table Glossary | Table Members | Table.SetCellAlignment Method
Send comments on this topic © Dyalog Ltd 2021
|