Spread ASP.NET 6.0 Product Documentation
ActiveCol
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Properties > ActiveCol

Glossary Item Box

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

Syntax

[JavaScript]

ret = FpSpread1.ActiveCol;

Parameters

None

Return Type

Integer, column index of active cell

Remarks

The column index is the index of the column 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 getColumn() { 
       ret = FpSpread1.ActiveCol;
   } 
</SCRIPT>

See Also

ActiveRow | SetActiveCell | Scripting Members

© 2002-2012 GrapeCity, Inc. All Rights Reserved.