'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 _ )
public void SetMultipleRowHeights( int row, int count, int value )
fpSpread1.ActiveSheet.SetMultipleRowHeights(0, 2, 80);
FpSpread1.ActiveSheet.SetMultipleRowHeights(0, 2, 80)
SheetView クラス SheetView メンバ SetRowHeight メソッド
行の高さと列幅
© MESCIUS inc. All rights reserved.