Function
Close the file.
Format
Ret = dncReadFile1.Close()
Parameters
None
Return value
Ret [ C#: int ] [ VB.NET: Integer ]
| Value | Description | 
| 0 | Normality completion | 
| 520001 | Failed to input / output the file. Check the file path and file name. | 
Other errors (see: Error code details)
Remarks
Closes the file specified in the properties.
Example
Close the file for saving.
| C# | int Ret 
 | 
| VB.NET | Dim Ret As Integer 
 |