Spread Windows Forms 12.0 Product Documentation
Success Property (PrePaintTextResult)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > PrePaintTextResult Class : Success Property
Gets or sets whether this PrePaintTextResult object 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