Unit 'csvdocument' Package
[Overview][Types][Classes][Index] [#fcl]

TCSVDocument.ColCount

Return the column count for a given row.

Declaration

Source position: csvdocument.pp line 147

public property TCSVDocument.ColCount[ARow: Integer] : Integer
  read GetColCount;

Description

ColCount returns the number of available cells in the indicated row (aRow, zero-based). Valid column indexes are therefor in the range 0 to RowCount[aRow]-1.

See also

RowCount

  

Number of available rows.

Cells

  

Array access to all cells.


Documentation generated on: Jul 24 2023