Table of Contents

TExcelFile.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

Unit: FlexCel.Core

property TExcelFile.VirtualCellStartReading: TVirtualCellStartReadingEventHandler

See also