Spread for ASP.NET 11 Product Documentation
WaitMessage Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : WaitMessage Property
Gets or sets the Wait Message for load on demand.
Syntax
'Declaration
 
Public Property WaitMessage As String
'Usage
 
Dim instance As FpSpread
Dim value As String
 
instance.WaitMessage = value
 
value = instance.WaitMessage
public string WaitMessage {get; set;}
Remarks
This property can be used to customize the wait message for the load on demand feature. The message will wrap to the next line if a long string is used. If the string only contains letters and numbers, then the string will not wrap.
Example
This example uses the WaitMessage property.
FpSpread1.WaitMessge = "Now Loading ...";
FpSpread1.WaitMessge = "Now Loading ..."
See Also

Reference

FpSpread Class
FpSpread Members