MESCIUS SPREAD for Windows Forms 15.0J
ReplaceAt メソッド

置換対象の要素のインデックス
使用する新しい要素
既存の要素インデックスを新しい要素インデックスに置き換えます。
構文
'宣言
 
Public Overridable Function ReplaceAt( _
   ByVal index As Integer, _
   ByVal newObj As Object _
) As Boolean
public virtual bool ReplaceAt( 
   int index,
   object newObj
)

パラメータ

index
置換対象の要素のインデックス
newObj
使用する新しい要素

戻り値の型

成功した場合はTrue、それ以外の場合はFalse
参照

Elements クラス
Elements メンバ

 

 


© MESCIUS inc. All rights reserved.