GrapeCity ActiveReports for .NET 16.0J
RemoveAt メソッド (SortByCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > SortByCollection クラス : RemoveAt メソッド
The zero-based index of the element to remove.
Removes the element at the specified index of the Collection.
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

パラメータ

index
The zero-based index of the element to remove.
例外
例外解説
index is less than zero. -or- index is equal to or greater than Count.
参照

SortByCollection クラス
SortByCollection メンバ