'宣言 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
- ページの X 論理座標を示します。
- pageY
- ページの Y 論理座標を示します。
戻り値の型
検索された Page オブジェクトまたは null を返します。