[]
        
(Showing Draft Content)

FarPoint.Excel.ExcelWarningList

ExcelWarningList Class

Represents the collection of warnings generated by loading or saving an Excel file.

Inheritance
ExcelWarningList
Namespace: FarPoint.Excel
Assembly: FarPoint.Excel.dll
Syntax
public class ExcelWarningList
Public Class ExcelWarningList

Constructors

Name Description
ExcelWarningList()

Creates a list of warnings for Excel file operations.

Properties

Name Description
Count

Gets the number of warnings in the list of Excel file operation warnings.

FileName

Gets or sets the name of the file that contains the Excel file operation warnings.

this[int]

Gets a warning from a specific position in the list of Excel file operation warnings.

WarningList

Gets a list of Excel file operation warnings.

Methods

Name Description
CopyTo(ExcelWarningList)

Copies the Excel file operation warning list to the specified ExcelWarningList object.