GrapeCity ActiveReports for .NET 16.0J
RemoveRange メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : RemoveRange メソッド
The zero-based starting index of the range of elements to remove.
The number of elements to remove.
Removes a range of elements from the List.
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

パラメータ

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.
例外
例外解説
index is less than 0. -or- count is less than 0.
index and count do not denote a valid range of elements in the List.
参照

StyleSheet クラス
StyleSheet メンバ