:: ooo :: vba :: word ::

interface XTable
Base Interfaces
XTable
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
Range  
Select select the table  
Delete delete the table  
Borders convert the table to text  
Attributes' Summary
Name  
Methods' Details
Range
XRange
Range()
raises( ::com::sun::star::script::BasicErrorException );

Select
void
Select()
raises( ::com::sun::star::script::BasicErrorException );

Description
select the table
Delete
void
Delete()
raises( ::com::sun::star::script::BasicErrorException );

Description
delete the table
Borders
any
Borders( [in] any  aIndex );

Description
convert the table to text
Parameter Separator
the separator used for the text where cell separation was
Returns
XRange a range containing the text @throw BasicErrorException when the conversion cannot be done
Attributes' Details
Name
[ readonly ] string Name;
Top of Page