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


In This Topic
IsReadOnly Property (SheetViewCollection)
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 SheetViewCollection
Dim value As Boolean
 
value = instance.IsReadOnly

Property Value

Always returns false
See Also