[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImageSaveOptions.IncludeAutoMergedCells

IncludeAutoMergedCells Property

IncludeAutoMergedCells

Gets or sets whether to include automatically merged cells in the exported image.

The default value is false.

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