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

constants group XlApplicationInternational

Constants
xl24HourClock  
xl4DigitYears  
xlAlternateArraySeparator  
xlColumnSeparator  
xlCountryCode  
xlCountrySetting  
xlCurrencyBefore  
xlCurrencyCode  
xlCurrencyDigits  
xlCurrencyLeadingZeros  
xlCurrencyMinusSign  
xlCurrencyNegative  
xlCurrencySpaceBefore  
xlCurrencyTrailingZeros  
xlDateOrder  
xlDateSeparator  
xlDayCode  
xlDayLeadingZero  
xlDecimalSeparator  
xlGeneralFormatName  
xlHourCode  
xlLeftBrace  
xlLeftBracket  
xlListSeparator  
xlLowerCaseColumnLetter  
xlLowerCaseRowLetter  
xlMDY  
xlMetric  
xlMinuteCode  
xlMonthCode  
xlMonthLeadingZero  
xlMonthNameChars  
xlNocurrencyDigits  
xlNonEnglishFunctions  
xlRightBrace  
xlRightBracket  
xlRowSeparator  
xlSecondCode  
xlThousandsSeparator  
xlTimeLeadingZero  
xlTimeSeparator  
xlUpperCaseColumnLetter  
xlUpperCaseRowLetter  
xlWeekdayNameChars  
xlYearCode  
Constants' Details
xl24HourClock
const short xl24HourClock = 33;
xl4DigitYears
const long xl4DigitYears = 43;
xlAlternateArraySeparator
const long xlAlternateArraySeparator = 16;
xlColumnSeparator
const long xlColumnSeparator = 14;
xlCountryCode
const long xlCountryCode = 1;
xlCountrySetting
const long xlCountrySetting = 2;
xlCurrencyBefore
const long xlCurrencyBefore = 37;
xlCurrencyCode
const long xlCurrencyCode = 25;
xlCurrencyDigits
const long xlCurrencyDigits = 27;
xlCurrencyLeadingZeros
const long xlCurrencyLeadingZeros = 40;
xlCurrencyMinusSign
const long xlCurrencyMinusSign = 38;
xlCurrencyNegative
const long xlCurrencyNegative = 28;
xlCurrencySpaceBefore
const long xlCurrencySpaceBefore = 36;
xlCurrencyTrailingZeros
const long xlCurrencyTrailingZeros = 39;
xlDateOrder
const long xlDateOrder = 32;
xlDateSeparator
const long xlDateSeparator = 17;
xlDayCode
const long xlDayCode = 21;
xlDayLeadingZero
const long xlDayLeadingZero = 42;
xlDecimalSeparator
const long xlDecimalSeparator = 3;
xlGeneralFormatName
const long xlGeneralFormatName = 26;
xlHourCode
const long xlHourCode = 22;
xlLeftBrace
const long xlLeftBrace = 12;
xlLeftBracket
const long xlLeftBracket = 10;
xlListSeparator
const long xlListSeparator = 5;
xlLowerCaseColumnLetter
const long xlLowerCaseColumnLetter = 9;
xlLowerCaseRowLetter
const long xlLowerCaseRowLetter = 8;
xlMDY
const long xlMDY = 44;
xlMetric
const long xlMetric = 35;
xlMinuteCode
const long xlMinuteCode = 23;
xlMonthCode
const long xlMonthCode = 20;
xlMonthLeadingZero
const long xlMonthLeadingZero = 41;
xlMonthNameChars
const long xlMonthNameChars = 30;
xlNocurrencyDigits
const long xlNocurrencyDigits = 29;
xlNonEnglishFunctions
const long xlNonEnglishFunctions = 34;
xlRightBrace
const long xlRightBrace = 13;
xlRightBracket
const long xlRightBracket = 11;
xlRowSeparator
const long xlRowSeparator = 15;
xlSecondCode
const long xlSecondCode = 24;
xlThousandsSeparator
const long xlThousandsSeparator = 4;
xlTimeLeadingZero
const long xlTimeLeadingZero = 45;
xlTimeSeparator
const long xlTimeSeparator = 18;
xlUpperCaseColumnLetter
const long xlUpperCaseColumnLetter = 7;
xlUpperCaseRowLetter
const long xlUpperCaseRowLetter = 6;
xlWeekdayNameChars
const long xlWeekdayNameChars = 31;
xlYearCode
const long xlYearCode = 19;
Top of Page