GemBox.Spreadsheet by GemBox Software

<PackageReference Include="GemBox.Spreadsheet" Version="39.3.30.1129" />

.NET API 2,455,552 bytes

 LimitEventArgs

public sealed class LimitEventArgs : EventArgs
Event parameters used for the LimitNearExcelFile.LimitNear and LimitReachedExcelFile.LimitReached events.
public string FileName { get; }

Gets the file name passed to the XLS / CSV file reading / writing method.

public int MaxRowCount { get; }

Gets the maximum number of rows used.

public IoOperation Operation { get; }

Indicates which operation caused this event to fire.

public int WorksheetCount { get; }

Gets the number of worksheets used.

public bool WriteWarningWorksheet { get; set; }

Gets or sets whether the warning worksheet should be created when writing XLS file.