'宣言 Public Shared Function PageIndexToPageNumber( _ ByVal pageIndex As System.Integer, _ ByVal document As System.Object _ ) As System.Integer
'使用法 Dim pageIndex As System.Integer Dim document As System.Object Dim value As System.Integer value = ExportUtil.PageIndexToPageNumber(pageIndex, document)
パラメータ
- pageIndex
- The 0-based page index.
- document
- The document object.
戻り値の型
The logical 1-based page number.