WinUI コントロール
CreateReplaceChange メソッド (GridCellFactoryNotifyChange)

C1.WinUI.Grid アセンブリ > C1.WinUI.Grid 名前空間 > GridCellFactoryNotifyChange クラス : CreateReplaceChange メソッド
列または行のタイプ。
置換される項目のインデックス。
置換される項目の数。
元の項目と置き換わる項目の数。
置換変更を作成します。
シンタックス
'宣言
 
Public Shared Function CreateReplaceChange( _
   ByVal type As GridRowColType, _
   ByVal startingIndex As System.Integer, _
   ByVal oldItemsCount As System.Integer, _
   ByVal newItemsCount As System.Integer _
) As GridCellFactoryNotifyChange
public static GridCellFactoryNotifyChange CreateReplaceChange( 
   GridRowColType type,
   System.int startingIndex,
   System.int oldItemsCount,
   System.int newItemsCount
)

パラメータ

type
列または行のタイプ。
startingIndex
置換される項目のインデックス。
oldItemsCount
置換される項目の数。
newItemsCount
元の項目と置き換わる項目の数。
参照

GridCellFactoryNotifyChange クラス
GridCellFactoryNotifyChange メンバ