[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetPreferredPrintColumnWidth

GetPreferredPrintColumnWidth Method

GetPreferredPrintColumnWidth(Graphics, int)

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.

Declaration
public float GetPreferredPrintColumnWidth(Graphics g, int column)
Public Function GetPreferredPrintColumnWidth(g As Graphics, column As Integer) As Single
Parameters
Type Name Description
Graphics g

Graphics device interface

int column

Column index

Returns
Type Description
float