[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ImageSaveOptions.ShowRowHeadings

ShowRowHeadings Property

ShowRowHeadings

Gets or sets whether to display row headings.

This property indicates whether row headings are included when exporting content to an image.

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