Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / Success Property


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