EndOffset Property

 

The EndOffset property returns or sets the flow map end offset. Returns a double.

 

Syntax

object.EndOffset

object.EndOffset = EndOffset

 

Parameter

Type

Description

EndOffset

Double

required, in page units

 

Example 1

This example returns the end offset value.

 

Debug.Print FlowMap.EndOffset

 

Example 2

This example sets the end offset value to 0.05.

 

FlowMap.EndOffset = 0.05

 

Used by: FlowMap object