Table of Contents

VirtualCellStartReadingEventHandler Delegate

Delegate for virtual cell reads. It is called before we start reading the file, but after sheet names are known.

Syntax

Namespace: FlexCel.Core

public delegate void VirtualCellStartReadingEventHandler(Object sender, VirtualCellStartReadingEventArgs e)

Parameters

<-> Parameter Type Description
sender Object Excel file from where we are reading. Remember that the file is not fully loaded when this event is called, so you are not likely to be able to use this parameter.
e VirtualCellStart​Reading​Event​Args Arguments for the event.