Spread for ASP.NET 11 Product Documentation
Success Property (PrePaintTextResult)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrePaintTextResult Class : Success Property
Gets or sets a value that indicates whether this PrePaintTextResult is successful.
Syntax
'Declaration
 
Public Property Success As Boolean
'Usage
 
Dim instance As PrePaintTextResult
Dim value As Boolean
 
instance.Success = value
 
value = instance.Success
public bool Success {get; set;}

Property Value

true if successful; otherwise, false.
See Also

Reference

PrePaintTextResult Class
PrePaintTextResult Members