Table of Contents

SaveImageEventArgs.Workbook Property

ExcelFile with the image, positioned in the sheet that we are rendering. Make sure if you modify ActiveSheet of this instance to restore it back to the original value before exiting the event.

Syntax

Namespace: FlexCel.Render

public ExcelFile Workbook { get; }

See also