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

constants group XlChartLocation

Constants
xlLocationAsNewSheet  
xlLocationAsObject  
xlLocationAutomatic  
Constants' Details
xlLocationAsNewSheet
const short xlLocationAsNewSheet = 1;
xlLocationAsObject
const short xlLocationAsObject = 2;
xlLocationAutomatic
const short xlLocationAutomatic = 3;
Top of Page