[]
Gets or sets whether to include automatically merged cells in the exported image.
The default value is false.
public bool IncludeAutoMergedCells { get; set; }
Public Property IncludeAutoMergedCells As Boolean
ImageSaveOptions options = new ImageSaveOptions();
options.IncludeAutoMergedCells = true;
bool includeAutoMergedCells = options.IncludeAutoMergedCells;