'宣言 Public Shared Function CreateRemoveChange( _ ByVal type As GridRowColType, _ ByVal oldStartingIndex As System.Integer, _ ByVal count As System.Integer, _ ByVal isAnimated As System.Boolean _ ) As GridCellFactoryNotifyChange
public static GridCellFactoryNotifyChange CreateRemoveChange( GridRowColType type, System.int oldStartingIndex, System.int count, System.bool isAnimated )
パラメータ
- type
- 列または行のタイプ。
- oldStartingIndex
- 削除される項目のインデックス。
- count
- 個数。
- isAnimated
- 変更をアニメーションするかどうか。