APIexport |
public bool exportSpreadsheet( string filename, List<string[]> table )
Public Function exportSpreadsheet ( filename As String, table As List(Of String()) ) As Boolean Dim instance As API Dim filename As String Dim table As List(Of String()) Dim returnValue As Boolean returnValue = instance.exportSpreadsheet(filename, table)
public: bool exportSpreadsheet( String^ filename, List<array<String^>^>^ table )
member exportSpreadsheet : filename : string * table : List<string[]> -> bool
(c) NextFEM 2015-2025