CellAsString Method

Important note
Applies to a design table sheet. Returns the contents of a cell located in a column.  Returns an empty string if the cell is empty or if the method arguments are not properly specified.

Syntax

sheet.CellAsString(rowIndex: Integer, columnIndex: Integer): String

where rowIndex is the configuration number and columnIndex the column number.

Example

CString=Relations\DesignTable1\sheet_name.CellAsString(1,5)
if (CString == "")
 {
   Message("No value read !!!")
 }

Sample

KwrProgramDT.CATPart

 

Back Up Next