Sets the format of a row in a table.
VOID SOPutTableRowFormat(
WORD wLeftEdge, | |
WORD wRowHeight, | |
WORD wRowHeightType, | |
WORD wCellMargin, | |
WORD wRowAlignment, | |
WORD wNumCells, | |
HPROC reserved | |
); |
SO_HEIGHTATLEAST |
Sets the row height at least as high as that given by wRowHeight. |
SO_HEIGHTAUTO |
Sets the row height automatically to fit text in the row. |
SO_HEIGHTEXACTLY |
Sets the row height exactly as given by wRowHeight. |
None.