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

constants group XlLineStyle

Constants
xlContinuous  
xlDash  
xlDashDot  
xlDashDotDot  
xlDot  
xlDouble  
xlLineStyleNone  
xlSlantDashDot  
Constants' Details
xlContinuous
const long xlContinuous = 1;
xlDash
const long xlDash = -4115;
xlDashDot
const long xlDashDot = 4;
xlDashDotDot
const long xlDashDotDot = 5;
xlDot
const long xlDot = -4118;
xlDouble
const long xlDouble = -4119;
xlLineStyleNone
const long xlLineStyleNone = -4142;
xlSlantDashDot
const long xlSlantDashDot = 13;
Top of Page