[]
Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
public float GetPreferredPrintRowHeight(Graphics g, int row)
Public Function GetPreferredPrintRowHeight(g As Graphics, row As Integer) As Single
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device |
int | row | Row index |
Type | Description |
---|---|
float | The height in pixels of the tallest cell (based on text content) in the specified row. |