Spread for ASP.NET 7.0 Product Documentation
ActiveRow
See Also Support Options
Spread for ASP.NET 7.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Properties > ActiveRow

Glossary Item Box

Gets or sets the index of the row of the active cell.

Syntax

[JavaScript]

ret = FpSpread1.ActiveRow;

Parameters

None

Return Type

Integer, row index of active cell

Remarks

The row index is the index of the row on the displayed HTML page.

Example

This is a sample that contains the property. On the client side, the script that contains the property would look like this:

JavaScript Copy Code
<SCRIPT language=javascript>
   function getRow() {
       ret = FpSpread1.ActiveRow;
   }
</SCRIPT>

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.