Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / FileName Property


In This Topic
FileName Property (XFile)
In This Topic
Gets the name of the file.
Syntax
'Declaration
 
Public ReadOnly Property FileName As String
 
'Usage
 
Dim instance As XFile
Dim value As String
 
value = instance.FileName

Property Value

The name of the file.
See Also