Message 1 of 4
Table Formatting - Vertical Justification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to set the vertical justification of text within a table? I can set the horizontal justification with the following:
oCustomTable.Columns.Item(2).ValueHorizontalJustification = kAlignTextLeft
But I can't find any way to make the text stay at the top of the cell.
Reason for needing this is I have a table of notes, with the note number in the first column and the note itself in the second. The table gridlines are white so they don't show. If the note is a single line, the number aligns with the start of the note, but if it goes to multiple lines, the number stays centred in its cell and ends up aligned with the middle of the note rather than the start. See note 2 in the screenshot below.
Thanks
Alasdair