Table of Contents

VirtualCellStartReadingEventArgs.NextSheet Property

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.

Syntax

Namespace: FlexCel.Core

public String NextSheet { get; set; }

See also