Contents - Index - Previous - Next


LoadFromCSV method



Applies to
TProfGrid component

Declaration
function LoadFromCSV(const FileName: TFileName; SkipCols: Integer = 0; SkipRows: Integer = 0): Boolean;

Description

Populates the grid with data from the specified CSV (comma delimited) file.

The optional SkipCols and SkipRows parameters specify a number of columns/rows to skip from the beginning of the grid.