YMinMode Property

The YMinMode returns or sets the Y minimum clipping mode. Returns a Long.

Syntax

object.YMinMode

object.YMinMode = YMinMode

 

Parameter Type Description
YMinMode Long required, grfClipping

 

Example

This example shows how to set the clipping mode for the Y minimum to no clipping.

Bar1.Clipping.yMinMode = grfClipNone

 

Used by: AutoClipping object