ClientHeight Property

Returns the height of the control's client area, in twips.

Syntax

val& = [form!]VSFlexGrid.ClientHeight

Remarks

The ClientHeight and ClientWidth property are useful for setting column widths and row heights proportionally to the size of the control.

These properties return values that are slightly smaller than the control's Width and Height properties, because they discount the space taken up by the scrollbars and the control's borders.

Data Type

Long

See Also

VSFlexGrid Control