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

constants group XlAxisType

Constants
xlCategory  
xlSeriesAxis  
xlValue  
Constants' Details
xlCategory
const short xlCategory = 1;
xlSeriesAxis
const short xlSeriesAxis = 3;
xlValue
const short xlValue = 2;
Top of Page