Width property (field)

Examples


The Width property specifies the width of a field (in pixels).

Syntax

field.Width [= integer]

Parameters

field – A field object.

integer – Specifies the width of the field (measured in pixels).

Comments

The Width property calculates the field’s width starting at the left edge of the field, and sizes the field to the specified width. The Width property doesn’t affect the field’s caption.


Documentation Feedback