[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SerializationOptions.IncludeAutoMergedCells

IncludeAutoMergedCells Property

IncludeAutoMergedCells

Gets or sets whether automatically merged cells are included during JSON serialization.

Declaration
public bool IncludeAutoMergedCells { get; set; }
Public Property IncludeAutoMergedCells As Boolean
Examples
SerializationOptions options = new SerializationOptions();
options.IncludeAutoMergedCells = true;
bool includeAutoMergedCells = options.IncludeAutoMergedCells;