Table of Contents

VirtualCellReadEventArgs.SheetNames Property

Array with all the sheet names in the file. You can use this array and Cell.Sheet to know the current and next sheet names.

Syntax

Namespace: FlexCel.Core

public String[] SheetNames { get; }

See also