Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border.BorderSide Class / IsSet Property


In This Topic
IsSet Property
In This Topic
Gets or sets a value indicating whether this instance is set.
Syntax
'Declaration
 
Public Property IsSet As Boolean
 
'Usage
 
Dim instance As Border.BorderSide
Dim value As Boolean
 
instance.IsSet = value
 
value = instance.IsSet

Property Value

true if this instance is set; otherwise, false.
See Also