Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintTextResult Class / Success Property


In This Topic
Success Property (PrePaintTextResult)
In This Topic
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

Property Value

true if successful; otherwise, false.
See Also