Table of Contents

VirtualCellStartReadingEventArgs.VirtualCellStartReadingEventArgs Constructor

Creates a new instance.

Syntax

Namespace: FlexCel.Core

public VirtualCellStartReadingEventArgs(String[] aSheetNames, String aNextSheet)

Parameters

<-> Parameter Type Description
aSheetNames String[] Array with all the sheet names available in the file.
aNextSheet String This is the next sheet that will be read by FlexCel. You can change it to start reading the file by a different sheet, or set it to empty or null to finish reading the file.

See also