interface XRangeSelectionListener in module com::sun::star::sheet::

(Global Index)

Syntax

interface XRangeSelectionListener : com::sun::star::lang::XEventListener ;

Description

allows notification when range selection is completed or aborted.

Method Summary

done is called when range selection is completed.

aborted is called when range selection is aborted.

Method Details



done

Syntax

void done (
com::sun::star::sheet::RangeSelectionEvent aEvent );

Description

is called when range selection is completed.


aborted

Syntax

void aborted (
com::sun::star::sheet::RangeSelectionEvent aEvent );

Description

is called when range selection is aborted.

Top of Page