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

TCSVDocument.RowCount

Number of available rows.

Declaration

Source position: csvdocument.pp line 145

public property TCSVDocument.RowCount : Integer
  read GetRowCount;

Description

RowCount returns the number of available rows. Valid row indexes are therefor in the range 0 to RowCount-1.

See also

ColCount

  

Return the column count for a given row.

Cells

  

Array access to all cells.


Documentation generated on: Jul 24 2023