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