GetColumnCountFromRow

Obtiene el número de columnas.

Sintaxis

int	 getColumnCountFromRow(DataRow* dataRow ) 

Parámetro

  • Datarow: DataRow (Fila de datos) a la que se aplica esta función

Resultados

Arroja el número de columnas.

Ejemplo

//Assume that the dataRow is given here
int nColumnCount ;
nColumnCount = getColumnCountFromRow (dataRow );