Table of Contents

FlexCelImgExport.ResetPageNumberOnEachSheet Property

This property only makes sense when AllVisibleSheets is true. On that case, if this property is true each sheet of the workbook will have the page number reset. For example if the xls file has 2 sheets and each has 3 pages: When ResetPageNumberOnEachSheet = true then footers will look like "Page 1 of 3". If false, they will look like "Page 5 of 6"

Syntax

Namespace: FlexCel.Render

public Boolean ResetPageNumberOnEachSheet { get; set; }

See also