API Reference

Class

LegacyXlsNumberFormat

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

Represents a number format declared by a legacy XLS FORMAT record.

Inheritance

  • Object
  • LegacyXlsNumberFormat

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 LegacyXlsNumberFormat(UInt16 formatId, String formatCode) #

Creates a parsed legacy XLS number format.

Parameters

formatId System.UInt16 requiredposition: 0
Legacy IFmt identifier.
formatCode System.String requiredposition: 1
Excel number format code.

Properties

public UInt16 FormatId { get; } #

Gets the legacy IFmt identifier.

public String FormatCode { get; } #

Gets the Excel number format code.