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

constants group XlBordersIndex

Constants
xlDiagonalDown  
xlDiagonalUp  
xlEdgeLeft  
xlEdgeTop  
xlEdgeBottom  
xlEdgeRight  
xlInsideVertical  
xlInsideHorizontal  
Constants' Details
xlDiagonalDown
const short xlDiagonalDown = 5;
xlDiagonalUp
const short xlDiagonalUp = 6;
xlEdgeLeft
const short xlEdgeLeft = 7;
xlEdgeTop
const short xlEdgeTop = 8;
xlEdgeBottom
const short xlEdgeBottom = 9;
xlEdgeRight
const short xlEdgeRight = 10;
xlInsideVertical
const short xlInsideVertical = 11;
xlInsideHorizontal
const short xlInsideHorizontal = 12;
Top of Page