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