[]
Gets or sets whether to display row headings.
This property indicates whether row headings are included when exporting content to an image.
public bool? ShowRowHeadings { get; set; }
Public Property ShowRowHeadings As Boolean?
ImageSaveOptions options = new ImageSaveOptions();
options.ShowRowHeadings = true;
bool? showRowHeadings = options.ShowRowHeadings;