| 
				 
					xlCountryCode 
			 | 
			
				 
					Country version of Microsoft Excel. 
			 | 
		
		
			| 
				 
					xlCountrySetting 
			 | 
			
				 
					Current country setting in the Windows Control Panel. 
			 | 
		
		
			| 
				 
					xlDecimalSeparator 
			 | 
			
				 
					Decimal separator. 
			 | 
		
		
			| 
				 
					xlThousandsSeparator 
			 | 
			
				 
					Thousands separator. 
			 | 
		
		
			| 
				 
					xlListSeparator 
			 | 
			
				 
					List separator. 
			 | 
		
		
			| 
				 
					xlUpperCaseRowLetter 
			 | 
			
				 
					Uppercase row letter (for R1C1-style references). 
			 | 
		
		
			| 
				 
					xlUpperCaseColumnLetter 
			 | 
			
				 
					Uppercase column letter. 
			 | 
		
		
			| 
				 
					xlLowerCaseRowLetter 
			 | 
			
				 
					Lowercase row letter. 
			 | 
		
		
			| 
				 
					xlLowerCaseColumnLetter 
			 | 
			
				 
					Lowercase column letter. 
			 | 
		
		
			| 
				 
					xlLeftBracket 
			 | 
			
				 
					Character used instead of the left bracket ([) in R1C1-style relative references. 
			 | 
		
		
			| 
				 
					xlRightBracket 
			 | 
			
				 
					Character used instead of the right bracket (]) in R1C1-style references. 
			 | 
		
		
			| 
				 
					xlLeftBrace 
			 | 
			
				 
					Character used instead of the left brace ({) in array literals. 
			 | 
		
		
			| 
				 
					xlRightBrace 
			 | 
			
				 
					Character used instead of the right brace (}) in array literals. 
			 | 
		
		
			| 
				 
					xlColumnSeparator 
			 | 
			
				 
					Character used to separate columns in array literals. 
			 | 
		
		
			| 
				 
					xlRowSeparator 
			 | 
			
				 
					Character used to separate rows in array literals. 
			 | 
		
		
			| 
				 
					xlAlternateArraySeparator 
			 | 
			
				 
					Alternate array item separator to be used if the current array separator is the same as the decimal separator. 
			 | 
		
		
			| 
				 
					xlDateSeparator 
			 | 
			
				 
					Date separator (/). 
			 | 
		
		
			| 
				 
					xlTimeSeparator 
			 | 
			
				 
					Time separator (:). 
			 | 
		
		
			| 
				 
					xlYearCode 
			 | 
			
				 
					Year symbol in number formats (y). 
			 | 
		
		
			| 
				 
					xlMonthCode 
			 | 
			
				 
					Month symbol (m). 
			 | 
		
		
			| 
				 
					xlDayCode 
			 | 
			
				 
					Day symbol (d). 
			 | 
		
		
			| 
				 
					xlHourCode 
			 | 
			
				 
					Hour symbol (h). 
			 | 
		
		
			| 
				 
					xlMinuteCode 
			 | 
			
				 
					Minute symbol (m). 
			 | 
		
		
			| 
				 
					xlSecondCode 
			 | 
			
				 
					Second symbol (s). 
			 | 
		
		
			| 
				 
					xlCurrencyCode 
			 | 
			
				 
					Currency symbol. 
			 | 
		
		
			| 
				 
					xlGeneralFormatName 
			 | 
			
				 
					Name of the General number format. 
			 | 
		
		
			| 
				 
					xlCurrencyDigits 
			 | 
			
				 
					Number of decimal digits to be used in currency formats. 
			 | 
		
		
			| 
				 
					xlCurrencyNegative 
			 | 
			
				 
					A value that represents the currency format for negative currency values. 
			 | 
		
		
			| 
				 
					xlNoncurrencyDigits 
			 | 
			
				 
					Number of decimal digits to be used in noncurrency formats. 
			 | 
		
		
			| 
				 
					xlMonthNameChars 
			 | 
			
				 
					Always returns three characters for backward-compatibility; abbreviated month names are read from Microsoft Windows and can be any length. 
			 | 
		
		
			| 
				 
					xlWeekdayNameChars 
			 | 
			
				 
					Always returns three characters for backward-compatibility; abbreviated weekday names are read from Microsoft Windows and can be any length. 
			 | 
		
		
			| 
				 
					xlDateOrder 
			 | 
			
				 
					An integer that represents the order of date elements. 
			 | 
		
		
			| 
				 
					xl24HourClock True 
			 | 
			
				 
					if the system is using 24-hour time; False if the system is using 12-hour time. 
			 | 
		
		
			| 
				 
					xlNonEnglishFunctions True 
			 | 
			
				 
					if the system is not displaying functions in English. 
			 | 
		
		
			| 
				 
					xlMetric True 
			 | 
			
				 
					if the system is using the metric system; False if the system is using the English measurement system. 
			 | 
		
		
			| 
				 
					xlCurrencySpaceBefore True 
			 | 
			
				 
					if a space is added before the currency symbol. 
			 | 
		
		
			| 
				 
					xlCurrencyBefore True 
			 | 
			
				 
					if the currency symbol precedes the currency values; False if it follows them. 
			 | 
		
		
			| 
				 
					xlCurrencyMinusSign True 
			 | 
			
				 
					if the system is using a minus sign for negative numbers; False if the system is using parentheses. 
			 | 
		
		
			| 
				 
					xlCurrencyTrailingZeros True 
			 | 
			
				 
					if trailing zeros are displayed for zero currency values. 
			 | 
		
		
			| 
				 
					xlCurrencyLeadingZeros True 
			 | 
			
				 
					if leading zeros are displayed for zero currency values. 
			 | 
		
		
			| 
				 
					xlMonthLeadingZero True 
			 | 
			
				 
					if a leading zero is displayed in months (when months are displayed as numbers). 
			 | 
		
		
			| 
				 
					xlDayLeadingZero True 
			 | 
			
				 
					if a leading zero is displayed in days. 
			 | 
		
		
			| 
				 
					xl4DigitYears True 
			 | 
			
				 
					if the system is using four-digit years; False if the system is using two-digit years. 
			 | 
		
		
			| 
				 
					xlMDY True 
			 | 
			
				 
					if the date order is month-day-year for dates displayed in the long form; False if the date order is day/month/year. 
			 | 
		
		
			| 
				 
					xlTimeLeadingZero True 
			 | 
			
				 
					if a leading zero is displayed in times. 
			 |