Table of Contents

VirtualCellReadEventHandler Delegate

Delegate for virtual cell reads.

Syntax

Namespace: FlexCel.Core

public delegate void VirtualCellReadEventHandler(Object sender, VirtualCellReadEventArgs 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 VirtualCellRead​Event​Args Contains the value of the cell we are reading.