This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the column name by its index.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Columns.GetName")]
public static string ColumnsGetName(
	 dataTable,
	int columnNumber
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Columns.GetName")> _
Public Shared Function ColumnsGetName ( _
	dataTable As , _
	columnNumber As Integer _
) As 

Parameters

dataTable
SXMLDataTable
The datatable.
columnNumber
Int32
The column index whose name will be returned.

Return Value

The name of the column.

See Also

Advanced