struct Selection in module com::sun::star::awt::

(Global Index)

Syntax

struct Selection;

Description

specifies a numerical range.

Field Summary

Min specifies the lower limit of the range.

Max specifies the upper limit of the range.

Field Details



Min

Syntax

long Min;

Description

specifies the lower limit of the range.


Max

Syntax

long Max;

Description

specifies the upper limit of the range.

Top of Page