1 module ooo
{ module vba
{ module excel
{
2 constants XlErrorBarInclude
{
3 const long xlErrorBarIncludeBoth
= 1;
4 const long xlErrorBarIncludeMinusValues
= 3;
5 const long xlErrorBarIncludeNone
= -4142;
6 const long xlErrorBarIncludePlusValues
= 2;