GetExcelFileContent Method
In This Topic
Internal use only.
Syntax
'Declaration
Protected Function GetExcelFileContent( _
ByVal As String, _
ByVal As ExcelSaveFlags, _
ByVal As String _
) As ResponseFileContent
'Usage
Dim instance As FpSpread
Dim fileName As String
Dim flag As ExcelSaveFlags
Dim password As String
Dim value As ResponseFileContent
value = instance.GetExcelFileContent(fileName, flag, password)
protected ResponseFileContent GetExcelFileContent(
string ,
ExcelSaveFlags ,
string
)
Parameters
- fileName
- flag
- password
See Also