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

constants group XlArrowHeadLength

Constants
xlArrowHeadLengthLong  
xlArrowHeadLengthMedium  
xlArrowHeadLengthShort  
Constants' Details
xlArrowHeadLengthLong
const long xlArrowHeadLengthLong = 3;
xlArrowHeadLengthMedium
const long xlArrowHeadLengthMedium = -4138;
xlArrowHeadLengthShort
const long xlArrowHeadLengthShort = 1;
Top of Page