Table of Contents

XlsFile.WindowCount Property

Returns the number of windows in the file. Note that this isn't the sheet count, but the number of views of the workbook. Most Excel documents have only one window.

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 WindowCount { get; }

See also