forwardGenerator Class   Table of ContentGenerator Methodsforward
Generator Constructor
Constructor.

Namespace:  Onixs.Cme.AuditTrailSpreadsheetGenerator
Assembly:  Onixs.CmeAuditTrailSpreadsheetGenerator-net-4.7_x86 (in Onixs.CmeAuditTrailSpreadsheetGenerator-net-4.7_x86.dll) Version: 3.1.0.0 (3.1.0.0)
Syntax
C#
public Generator(
	string path,
	char separator = ''
)

Parameters

path
Type: System.String
Path to summary file.
separator (Optional)
Type: System.Char
CSV separator char.
See Also