API Reference
Class
LegacyXlsCountryInfo
Represents workbook locale identifiers decoded from a legacy Country record.
Inheritance
- Object
- LegacyXlsCountryInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorkbook.Country
Constructors
public LegacyXlsCountryInfo(UInt16 defaultCountryCode, UInt16 systemCountryCode) #Creates country metadata.
Parameters
- defaultCountryCode System.UInt16
- Country or region code for built-in workbook settings.
- systemCountryCode System.UInt16
- Country or region code from the system that saved the workbook.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object