'宣言 Public Function GetColumnWidth( _ ByVal column As Integer _ ) As Integer
'宣言
Public Function GetColumnWidth( _ ByVal column As Integer _ ) As Integer
public int GetColumnWidth( int column )
listBox1.Items.Add(fpSpread1.Sheets[0].GetColumnWidth(2).ToString());
ListBox1.Items.Add(FpSpread1.Sheets(0).GetColumnWidth(2).ToString())
SheetView クラス SheetView メンバ
© MESCIUS inc. All rights reserved.