GridTableStylesCollection.RemoveAt(Int32) 方法
定义
移除指定索引处的 DataGridTableStyle。Removes a DataGridTableStyle at the specified index.
public:
void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
参数
- index
- Int32
要移除的 DataGridTableStyle 的索引。The index of the DataGridTableStyle to remove.
注解
使用方法 Contains 确定是否存在特定的 DataGridTableStyle Remove 。Use the Contains method to determine if a specific DataGridTableStyle exists before using the Remove method.