Searches the current collection for a C1Page
with the specified logical page number.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public C1Page Find( int pageNo ) |
Visual Basic |
---|
Public Function Find ( _ pageNo As Integer _ ) As C1Page |
Parameters
- pageNo
- Type: System..::..Int32
Specifies the logical page number.