API Reference
Class
LegacyXlsNumberFormat
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
- Property LegacyXlsWorkbook.NumberFormats
Constructors
public LegacyXlsNumberFormat(UInt16 formatId, String formatCode) #Creates a parsed legacy XLS number format.
Parameters
- formatId System.UInt16
- Legacy IFmt identifier.
- formatCode System.String
- Excel number format code.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object