ViewTableAddPageView Method (String) |
Constructs a new page view with a given title and, at the same time, adds it to the list.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RhinoPageView AddPageView(
string title
)
Public Function AddPageView (
title As String
) As RhinoPageView
Parameters
- title
- Type: SystemString
If null or empty, a name will be generated as "Page #" where # is the largest page number.
Return Value
Type:
RhinoPageViewThe newly created page view on success; or null on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also