ExportTableOptionsSkipErrorValue Property |
Indicates whether skip invalid value for the column.
For example,if the column type is decimal ,the value is greater than decimal.MaxValue
and this property is true,we will not throw exception again.
The default value is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool SkipErrorValue { get; set; }
Public Property SkipErrorValue As Boolean
Get
Set
public:
property bool SkipErrorValue {
bool get ();
void set (bool value);
}
member SkipErrorValue : bool with get, set
Property Value
Type:
Boolean
See Also