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

constants group XlMarkerStyle

Constants
xlMarkerStyleAutomatic  
xlMarkerStyleCircle  
xlMarkerStyleDash  
xlMarkerStyleDiamond  
xlMarkerStyleDot  
xlMarkerStyleNone  
xlMarkerStylePicture  
xlMarkerStylePlus  
xlMarkerStyleSquare  
xlMarkerStyleStar  
xlMarkerStyleTiangle  
xlMarkerStyleX  
Constants' Details
xlMarkerStyleAutomatic
const long xlMarkerStyleAutomatic = -4105;
xlMarkerStyleCircle
const long xlMarkerStyleCircle = 8;
xlMarkerStyleDash
const long xlMarkerStyleDash = -4115;
xlMarkerStyleDiamond
const long xlMarkerStyleDiamond = 2;
xlMarkerStyleDot
const long xlMarkerStyleDot = -4118;
xlMarkerStyleNone
const long xlMarkerStyleNone = -4142;
xlMarkerStylePicture
const long xlMarkerStylePicture = -4147;
xlMarkerStylePlus
const long xlMarkerStylePlus = 9;
xlMarkerStyleSquare
const long xlMarkerStyleSquare = 1;
xlMarkerStyleStar
const long xlMarkerStyleStar = 5;
xlMarkerStyleTiangle
const long xlMarkerStyleTiangle = 3;
xlMarkerStyleX
const long xlMarkerStyleX = -4168;
Top of Page