Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / IsReadOnly Property


In This Topic
IsReadOnly Property (SubItemCollection)
In This Topic
Gets a value indicating whether the collection is read only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As SubItemCollection
Dim value As Boolean
 
value = instance.IsReadOnly

Property Value

true if the System.Collections.IList is read-only; otherwise, false.
See Also