public void SetMultipleColumnWidths( int column, int count, int value )
'Declaration Public Sub SetMultipleColumnWidths( _ ByVal column As Integer, _ ByVal count As Integer, _ ByVal value As Integer _ )
'使用法 Dim instance As SheetView Dim column As Integer Dim count As Integer Dim value As Integer instance.SetMultipleColumnWidths(column, count, value)
fpSpread1.ActiveSheet.SetMultipleColumnWidths(0, 2, 80);
FpSpread1.ActiveSheet.SetMultipleColumnWidths(0, 2, 80)
SheetView クラス SheetView メンバ SetColumnWidth メソッド
行の高さと列幅
© 2004-2015, GrapeCity inc. All rights reserved.