'Declaration Public Overloads Shadows Function SaveExcelToResponse( _ ByVal fileName As String, _ ByVal flag As ExcelSaveFlags _ ) As FileContentResult
'Usage Dim instance As FpSpread Dim fileName As String Dim flag As ExcelSaveFlags Dim value As FileContentResult value = instance.SaveExcelToResponse(fileName, flag)
public new FileContentResult SaveExcelToResponse( string fileName, ExcelSaveFlags flag )
Parameters
- fileName
- The file name.
- flag
- The Excel save options.