FlexReport for WinForms
GetEnumerator() メソッド


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > OutputRange クラス > GetEnumerator メソッド : GetEnumerator() メソッド
Creates and returns a new enumerator that allows to loop through all pages in the range.
シンタックス
'宣言
 
Public Overloads Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of Integer)
'使用法
 
Dim instance As OutputRange
Dim value As System.Collections.Generic.IEnumerator(Of Integer)
 
value = instance.GetEnumerator()
public System.Collections.Generic.IEnumerator<int> GetEnumerator()

戻り値の型

The new enumerator.
参照

参照

OutputRange クラス
OutputRange メンバ
オーバーロード一覧