JVCL Help:TJvCsvRows.GetARowItem

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Get a single value from a certain row and certain column.


Pascal

 functionGetARowItem(constRowIndex: Integer; constColumnIndex: Integer): string;


Parameters

Parameters Description
const RowIndex: Integer What row to read
const ColumnIndex: Integer What column to read


Return Value

The value for that row/column.


Description

Get a single value from a certain row and certain column.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page