Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / IsInvalid Property


In This Topic
    IsInvalid Property
    In This Topic
    Determines whether this Rectangle is invalid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInvalid As Boolean
    'Usage
     
    
    Dim instance As Rectangle
    Dim value As Boolean
     
    value = instance.IsInvalid
    public bool IsInvalid {get;}

    Property Value

    true if this Rectangle is invalid; otherwise, false.
    See Also