[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImageSaveOptions.ShowColumnHeadings

ShowColumnHeadings Property

ShowColumnHeadings

Gets or sets whether to display column headings.

This option controls whether worksheet column headers are included when exporting to an image.

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