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

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : GetRange メソッド
The zero-based List index at which the range starts.
The number of elements in the range.
Creates a shallow copy of a range of elements in the source List.
シンタックス
'宣言
 
Public Function GetRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) As List(Of T)
public List<T> GetRange( 
   int index,
   int count
)

パラメータ

index
The zero-based List index at which the range starts.
count
The number of elements in the range.

戻り値の型

A shallow copy of a range of elements in the source List.
例外
例外解説
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 メンバ