GetColumnCount

Gets the number of columns in the DataRow.

Syntax

Function getColumnCount() As Integer 

Parameters

  • None

Results

Returns the number of columns.

Example

Dim nColumnCount As Integer
nColumnCount = dataRow.getColumnCount()