点击或拖拽改变大小

DbDataSource.RemoveAt 方法

X#
Removes the IList item at the specified index.

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD RemoveAt(
	index AS LONG
) AS VOID
查看代码

参数

index
类型:Int32
The zero-based index of the item to remove.

实现

RemoveAt(Int32)
异常
异常条件
ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.
参见