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

constants group XlChartGallery

Constants
xlAnyGallery  
xlBuildIn  
xlUserDefined  
Constants' Details
xlAnyGallery
const short xlAnyGallery = 23;
xlBuildIn
const short xlBuildIn = 21;
xlUserDefined
const short xlUserDefined = 22;
Top of Page