Click or drag to resize
ExcelTableConverterTableAttrValues2ExcelFile Method
Produces Excel file from table object. This method fails if the table object has no table-style attributes. If there are no rows so far, the method produces an Excel file with appropriate column headers.///

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string TableAttrValues2ExcelFile(
	IObject pTable
)

Parameters

pTable
Type: PDTec.IceNet.Core.ModelIObject
The table object

Return Value

Type: String
The name of the generated Excel file
See Also