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