Table of Contents

VirtualCellStartReadingEventArgs Class

Arguments passed in the event.

Syntax

Namespace: FlexCel.Core

public class VirtualCellStartReadingEventArgs: EventArgs

Constructors

Name Description
VirtualCellStart​Reading​Event​Args Creates a new instance.

Properties

Name Description
SheetNames A list with all the sheets available in the file.
NextSheet This is the next sheet that will be read by FlexCel. You can change it to start reading the file by a different sheet, or set it to empty or null to finish reading the file.