Description

Page boundary. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public Property PageBoundary() As Variant

Example

Dim MySubModel As SubModel
Dim PageBound As Integer
PageBound = 100
MySubModel.PageBoundary = PageBound