API Reference

Class

LegacyXlsCountryInfo

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsCountryInfo(UInt16 defaultCountryCode, UInt16 systemCountryCode) #

Creates country metadata.

Parameters

defaultCountryCode System.UInt16 requiredposition: 0
Country or region code for built-in workbook settings.
systemCountryCode System.UInt16 requiredposition: 1
Country or region code from the system that saved the workbook.

Properties

public UInt16 DefaultCountryCode { get; } #

Gets the country or region code for built-in workbook settings.

public UInt16 SystemCountryCode { get; } #

Gets the country or region code from the system that saved the workbook.