Spread Windows Forms 12.0 Product Documentation
IsReadOnly Property (SmartPrintRulesCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SmartPrintRulesCollection Class : IsReadOnly Property
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
public bool IsReadOnly {get;}

Property Value

Boolean: true if the collection cannot be modified; false otherwise
See Also

Reference

SmartPrintRulesCollection Class
SmartPrintRulesCollection Members