Table of Contents

TExcelFile.VirtualCellEndReading Event

When in virtual mode (VirtualCellRead is assigned) this event will be called after the file has been processed. You can use it to do cleanup.

Syntax

Unit: FlexCel.Core

property TExcelFile.VirtualCellEndReading: TVirtualCellEndReadingEventHandler

See also