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

Glossary Item Box

Hides the error message from the ShowMessage method.

Syntax

[JavaScript]

FpSpread1.HideMessage(row,column);

Parameters

row
Integer, row index
column
Integer, column index

Return Type

None

Remarks

This method hides the error message for the specified cell. This method does not cause 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 hide() {
     FpSpread1.HideMessage(1,1);
     }
</SCRIPT>

See Also

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