ExcelReader Xojo Component

Row.PopulatedCellCount Property

Returns number of populated cells in the row.

PopulatedCellCount as Integer {Read and Write}

Remarks

If column A and column C in the row has data but there is no data in column B then the number of populated cells in the row is 2.

See Also

Row Class