'宣言 Public Overloads Overridable Sub MoveRow( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal rowCount As Integer, _ ByVal moveContent As Boolean _ )
'宣言
Public Overloads Overridable Sub MoveRow( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal rowCount As Integer, _ ByVal moveContent As Boolean _ )
public virtual void MoveRow( int fromIndex, int toIndex, int rowCount, bool moveContent )
fpSpread1.Sheets[0].MoveRow(0,5,2,true);
FpSpread1.Sheets(0).MoveRow(0, 5, 2, True)
SheetView クラス SheetView メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.