[]
Represents the collection of warnings generated by loading or saving an Excel file.
public class ExcelWarningList
Public Class ExcelWarningList
Name | Description |
---|---|
ExcelWarningList() | Creates a list of warnings for Excel file operations. |
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. |
Name | Description |
---|---|
CopyTo(ExcelWarningList) | Copies the Excel file operation warning list to the specified ExcelWarningList object. |