'宣言 Public Overloads Function Find( _ ByVal pageX As System.Integer, _ ByVal pageY As System.Integer _ ) As C1Page
'使用法 Dim instance As C1PageCollection Dim pageX As System.Integer Dim pageY As System.Integer Dim value As C1Page value = instance.Find(pageX, pageY)
パラメータ
- pageX
- Specifies the logical horizontal coordinate of the page.
- pageY
- Specifies the logical vertical coordinate of the page.
戻り値の型
The C1Page object that was found, or null.