[]
Represents the warnings arising from loading or saving Excel files.
public class ExcelWarning
Public Class ExcelWarning
| Name | Description |
|---|---|
| ExcelWarning(string, ExcelWarningCode) | Constructor - internal use |
| ExcelWarning(string, ExcelWarningCode, string) | Constructor - internal use |
| ExcelWarning(string, ExcelWarningCode, string, int, int) | Constructor - internal use |
| ExcelWarning(string, ExcelWarningCode, string, int, int, int) | Constructor - internal use |
| Name | Description |
|---|---|
| ChartIndex | Gets the index of the chart where the warning pertains. |
| ChartName | Gets the name of the chart where the warning pertains. |
| Code | Gets the Excel warning code. |
| Column | Gets the index of the column where the warning pertains. |
| CoordsSet | Gets whether the sheet, row, and column properties are set. |
| Message | Gets the string description of the warning. |
| Name | Gets the custom or external name that caused the warning, or null. |
| Row | Gets the index of the row where the warning pertains. |
| Sheet | Gets the index of the applicable sheet where the warning pertains. |