:: ooo :: vba :: word ::

interface XTables
Base Interfaces
XTables
┗ ::ooo::vba::XCollection
   ┣ ::ooo::vba::XHelperInterface
   ┃ ┗ ::com::sun::star::lang::XServiceInfo
   ┣ ::com::sun::star::script::XDefaultMethod
   ┗ ::com::sun::star::container::XEnumerationAccess
      ┗ ::com::sun::star::container::XElementAccess

::ooo::vba::XCollection

Methods' Summary
Add Creates a new Table, optionally with a name.  
Methods' Details
Add
XTable
Add( [in] XRange  Range,
[in] any  NumRows,
[in] any  NumColumns,
[in] any  DefaultTableBehavior,
[in] any  AutoFitBehavior )
raises( ::com::sun::star::script::BasicErrorException );

Description
Creates a new Table, optionally with a name.

Creates a new table at the current cursor position.

Parameter range
Returns
reference to the new table.
Top of Page