public virtual void MoveColumn( int fromIndex, int toIndex, bool moveContent )
'Declaration Public Overloads Overridable Sub MoveColumn( _ 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.MoveColumn(fromIndex, toIndex, moveContent)
fpSpread1.Sheets[0].MoveColumn(0, 5, true);
FpSpread1.Sheets(0).MoveColumn(0, 5, True)
SheetView クラス SheetView メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.