[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetPreferredPrintRowHeight

GetPreferredPrintRowHeight Method

GetPreferredPrintRowHeight(Graphics, int)

Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.

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

Graphics device

int row

Row index

Returns
Type Description
float

The height in pixels of the tallest cell (based on text content) in the specified row.