FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / IsReadOnly Property


In This Topic
IsReadOnly Property (SmartPrintRulesCollection)
In This Topic
Gets whether the collection is read-only. (This implementation always returns false.)
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As Boolean
 
value = instance.IsReadOnly
See Also