Table of Contents

VirtualCellReadEventArgs.VirtualCellReadEventArgs Constructor

Creates a new instance.

Syntax

Namespace: FlexCel.Core

public VirtualCellReadEventArgs(CellValue aCell, String aNextSheet, String[] aSheetNames)

Parameters

<-> Parameter Type Description
aCell CellValue Cell value.
aNextSheet String Sheet where the next cell will be.
aSheetNames String[] An array with all the sheet names in the file.

See also