:: org :: openoffice :: vba :: Excel ::

constants group XlWebSectionType

Constants
xlAllTables  
xlEntirePage  
xlSpecifiedTables  
Constants' Details
xlAllTables
const short xlAllTables = 2;
xlEntirePage
const short xlEntirePage = 1;
xlSpecifiedTables
const short xlSpecifiedTables = 3;
Top of Page