Table of Contents

ExcelFile.DefaultFormatId Property

Returns XF identifier for the style that applies to all empty cells. Note that this is different from the "Normal" style as defined inside Excel. This is a "Cell" format that can be applied to cells, while "Normal" is a "Style" format that is applied to this cell format.

Syntax

Namespace: FlexCel.Core

public Int32 DefaultFormatId { get; }

See also