[]
Gets or sets whether automatically merged cells are included during JSON serialization.
public bool IncludeAutoMergedCells { get; set; }
Public Property IncludeAutoMergedCells As Boolean
SerializationOptions options = new SerializationOptions();
options.IncludeAutoMergedCells = true;
bool includeAutoMergedCells = options.IncludeAutoMergedCells;