FilePath Property (FlexSheetLoadResponse)
In This Topic
The path of xlsx file.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Property FilePath As System.String
'Usage
Dim instance As FlexSheetLoadResponse
Dim value As System.String
instance.FilePath = value
value = instance.FilePath
[C1Ignore()]
public System.string FilePath {get; set;}
public read-write property FilePath: System.String;
C1IgnoreAttribute()
public function get,set FilePath : System.String
[C1Ignore()]
public: __property System.string* get_FilePath();
public: __property void set_FilePath(
System.string* value
);
[C1Ignore()]
public:
property System.String^ FilePath {
System.String^ get();
void set ( System.String^ value);
}
See Also