Spread Windows Forms 12.0 Product Documentation
Success Property (FormatResult)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FormatResult Structure : Success Property
Gets a value indicating whether the formatting process successed.
Syntax
'Declaration
 
Public ReadOnly Property Success As Boolean
'Usage
 
Dim instance As FormatResult
Dim value As Boolean
 
value = instance.Success
public bool Success {get;}

Property Value

true if the formatting process successed; otherwise, false.
See Also

Reference

FormatResult Structure
FormatResult Members