Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / IsReadOnly Property


In This Topic
IsReadOnly Property (ConditionalFormatting)
In This Topic
Gets whether the ICollection object is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As ConditionalFormatting
Dim value As Boolean
 
value = instance.IsReadOnly

Property Value

true if the ICollection object is read-only; otherwise, false.
See Also