[]
Gets the width of the widest cell (based on text content) in the specified column on this sheet for printing to the specified graphics device.
public float GetPreferredPrintColumnWidth(Graphics g, int column)
Public Function GetPreferredPrintColumnWidth(g As Graphics, column As Integer) As Single
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface |
int | column | Column index |
Type | Description |
---|---|
float | The minimum width necessary to printing all the text within the specified column |