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

Glossary Item Box

Expands or collapses the specified row.

Syntax

[JavaScript]

FpSpread1.ExpandRow(row);

Parameters

row
Integer, row index

Return Type

None

Remarks

This method expands the row. This method causes a postback to occur.

Example

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

JavaScript Copy Code
<SCRIPT language=javascript>
   function OutOfEdit() { 
       FpSpread1.ExpandRow(1);
   } 
</SCRIPT>

See Also

StartEdit | onEditStart | onEditStopped | Scripting Members

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