Table of Contents

VirtualCellEndReadingEventHandler Delegate

Delegate for virtual cell reads. This delegate is called after the full file has been read.

Syntax

Namespace: FlexCel.Core

public delegate void VirtualCellEndReadingEventHandler(Object sender, VirtualCellEndReadingEventArgs e)

Parameters

<-> Parameter Type Description
sender Object Excel file that has been loaded. At the time this event is called, it is fully loaded.
e VirtualCellEnd​Reading​Event​Args Arguments for the event.