Class ExcelNamesMergeOptions
Enumeration to specify Names Merge options.
Inheritance
System.Object
ExcelNamesMergeOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelNamesMergeOptions : Enum
Fields
Leave
Represents the Leave names merge option.
Declaration
public const ExcelNamesMergeOptions Leave
Field Value
MakeLocal
Represents the MakeLocal names merge option.
Declaration
public const ExcelNamesMergeOptions MakeLocal
Field Value
Rename
Represents the Rename names merge option.
Declaration
public const ExcelNamesMergeOptions Rename
Field Value
Replace
Represents the Replace names merge option.
Declaration
public const ExcelNamesMergeOptions Replace