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