struct RangeSelectionEvent in module com::sun::star::sheet::

(Global Index)

Syntax

struct RangeSelectionEvent : com::sun::star::lang::EventObject ;

Description

specifies an event from range selection.

Field Summary

RangeDescriptor contains a textual representation of the selected range.

Field Details



RangeDescriptor

Syntax

string RangeDescriptor;

Description

contains a textual representation of the selected range.

Top of Page