Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("the method is not implemented")] public void SaveAs( string fileName, HttpResponse response )
<ObsoleteAttribute("the method is not implemented")> Public Sub SaveAs ( fileName As String, response As HttpResponse )
public: [ObsoleteAttribute(L"the method is not implemented")] virtual void SaveAs( String^ fileName, HttpResponse^ response ) sealed
[<ObsoleteAttribute("the method is not implemented")>] abstract SaveAs : fileName : string * response : HttpResponse -> unit [<ObsoleteAttribute("the method is not implemented")>] override SaveAs : fileName : string * response : HttpResponse -> unit