Table of Contents

SVGExportParameters.TotalPagesInSheet Property

Number of pages in the sheet we are exporting. Different from TotalPages, this value is local to the current sheet, and it is reset every time we export a different sheet. If you are exporting a single sheet (FlexCelSVGExport.AllVisibleSheets is false), then this variable will have the same value as TotalPages

Syntax

Namespace: FlexCel.Render

public Int32 TotalPagesInSheet { get; }

See also