LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
XAccessibleTableSelection Interface Reference

import "XAccessibleTableSelection.idl";

Inheritance diagram for XAccessibleTableSelection:
XInterface

Public Member Functions

boolean selectRow ([in] long row) raises (::com::sun::star::lang::IndexOutOfBoundsException)
 
boolean unselectRow ([in] long row) raises (::com::sun::star::lang::IndexOutOfBoundsException)
 
boolean selectColumn ([in] long column) raises (::com::sun::star::lang::IndexOutOfBoundsException)
 
boolean unselectColumn ([in] long column) raises (::com::sun::star::lang::IndexOutOfBoundsException)
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Member Function Documentation

◆ selectColumn()

boolean selectColumn ( [in] long column)
raises (::com::sun::star::lang::IndexOutOfBoundsException )

◆ selectRow()

boolean selectRow ( [in] long row)
raises (::com::sun::star::lang::IndexOutOfBoundsException )

◆ unselectColumn()

boolean unselectColumn ( [in] long column)
raises (::com::sun::star::lang::IndexOutOfBoundsException )

◆ unselectRow()

boolean unselectRow ( [in] long row)
raises (::com::sun::star::lang::IndexOutOfBoundsException )

The documentation for this interface was generated from the following file: