Click or drag to resize

DataTableForStatisticsSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the specified folder.

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public string Save(
	folderNode folder,
	aceAuthorNotation notation = null,
	string filenamePrefix = ""
)
Request Example View Source

Parameters

folder
Type: imbSCI.Core.files.foldersfolderNode
The folder.
notation (Optional)
Type: imbSCI.Core.dataaceAuthorNotation
The notation.
filenamePrefix (Optional)
Type: SystemString
The filename prefix.

Return Value

Type: String
Exceptions
ExceptionCondition
dataExceptionExcell: " + ex.Message - Export to excell
See Also