Spread Windows Forms 12.0 Product Documentation
IsReadOnly Property (SheetViewCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection 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 SheetViewCollection
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}

Property Value

Boolean: true if the collection is read-only; false otherwise
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members