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

constants group XlBorderWeight

Constants
xlHairline  
xlMedium  
xlThick  
xlThin  
Constants' Details
xlHairline
const long xlHairline = 1;
xlMedium
const long xlMedium = -4138;
xlThick
const long xlThick = 4;
xlThin
const long xlThin = 2;
Top of Page