Class ExcelStyleMergeOptions
Enumeration to specify the style merge options.
Inheritance
System.Object
ExcelStyleMergeOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelStyleMergeOptions : Enum
Fields
CreateDiffName
Represents the CreateDiffName style merge option.
Declaration
public const ExcelStyleMergeOptions CreateDiffName
Field Value
Leave
Represents the Leave style merge option.
Declaration
public const ExcelStyleMergeOptions Leave
Field Value
Replace
Represents the Replace style merge option.
Declaration
public const ExcelStyleMergeOptions Replace