BenSelect Documentation
Cells Method
See Also  Send Feedback
Selerix.Foundation.Data Namespace > IExcelFileConnection Interface : Cells Method
columnIndex
Data column starting with 1.
rowIndex
Data row starting with 1.
Gets the cell value directly, ignoring column headings.

Syntax

JScript 
function Cells( 
   columnIndex : int,
   rowIndex : int
) : Object;

Parameters

columnIndex
Data column starting with 1.
rowIndex
Data row starting with 1.

Return Value

Returns the value in the cell.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.