Table of Contents

ExcelFile.VirtualCellStartReading Event

When in virtual mode (VirtualCellRead is assigned) this event will be called after the sheet names have been read, but before starting to read the cells. You can use this event to know how many sheets you are reading.

Syntax

Namespace: FlexCel.Core

public VirtualCellStartReadingEventHandler VirtualCellStartReading

See also