'宣言 Public Function New( _ ByVal fromPage As System.Integer, _ ByVal toPage As System.Integer, _ ByVal inverted As System.Boolean _ )
'使用法 Dim fromPage As System.Integer Dim toPage As System.Integer Dim inverted As System.Boolean Dim instance As New OutputRange(fromPage, toPage, inverted)
パラメータ
- fromPage
- 範囲の最初のページの番号(1 から始まる)。
- toPage
- 範囲の最後のページの番号(1 から始まる)。
- inverted
- 範囲を逆転するかどうかを示します。詳細については、 Invertedを参照してください。