GrapeCity ActiveReports for .NET 16.0J
SetColumnWidth メソッド

GrapeCity.SpreadBuilder 名前空間 > DDSheet クラス : SetColumnWidth メソッド
幅を設定する列番号(0から始まります)。
列をインチ単位で設定する幅。
指定された行番号を表すBiffRowオブジェクトの列幅を設定します。
シンタックス
'宣言
 
Public Sub SetColumnWidth( _
   ByVal col As Short, _
   ByVal width As Single _
) 
public void SetColumnWidth( 
   short col,
   float width
)

パラメータ

col
幅を設定する列番号(0から始まります)。
width
列をインチ単位で設定する幅。
参照

DDSheet クラス
DDSheet メンバ