次の方法で共有


GridTableStylesCollection.RemoveAt メソッド

指定したインデックス位置にある DataGridTableStyle を削除します。

Public Sub RemoveAt( _
   ByVal index As Integer _)
[C#]
public void RemoveAt(intindex);
[C++]
public: void RemoveAt(intindex);
[JScript]
public function RemoveAt(
   index : int);

パラメータ

解説

Remove メソッドを使用する前に、 Contains メソッドを使用して、特定の DataGridTableStyle オブジェクトが存在するかどうかを確認します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

GridTableStylesCollection クラス | GridTableStylesCollection メンバ | System.Windows.Forms 名前空間 | Contains | Add | Remove | TableStyles