PowerTools SPREAD for Windows Forms 8.0J
GetPreferredPrintColumnWidth(Graphics,Int32) メソッド


グラフィックデバイスインタフェース
列インデックス
指定したグラフィックデバイスに出力するために、このシートの指定した列にある最も幅の広いセル(テキスト内容に基づく)の幅を取得します。
構文
'Declaration
 
Public Function GetPreferredPrintColumnWidth( _
   ByVal g As Graphics, _
   ByVal column As Integer _
) As Single
'使用法
 
Dim instance As SheetView
Dim g As Graphics
Dim column As Integer
Dim value As Single
 
value = instance.GetPreferredPrintColumnWidth(g, column)
public float GetPreferredPrintColumnWidth( 
   Graphics g,
   int column
)

パラメータ

g
グラフィックデバイスインタフェース
column
列インデックス
参照

SheetView クラス
SheetView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.