'宣言
Public Sub SetColumnWidth( _ ByVal columnIndex As Integer, _ ByVal width As Double _ )
public void SetColumnWidth( int columnIndex, double width )
パラメータ
- columnIndex
- 列インデックスを示す int 値。
- width
- 期待される列の幅。
'宣言
Public Sub SetColumnWidth( _ ByVal columnIndex As Integer, _ ByVal width As Double _ )
public void SetColumnWidth( int columnIndex, double width )