'Declaration
Public Function GetPreferredPrintRowHeight( _
ByVal As Graphics, _
ByVal As Integer _
) As Single
'使用法
Dim instance As SheetView
Dim g As Graphics
Dim row As Integer
Dim value As Single
value = instance.GetPreferredPrintRowHeight(g, row)