Spread WinForms 15
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

Property Value

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