Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfoCollection Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (StyleInfoCollection)
    In This Topic
    Gets a value that indicates whether the collection is read-only (this implementation always returns false).
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    Dim instance As StyleInfoCollection
    Dim value As Boolean
     
    value = instance.IsReadOnly
    [DefaultValue(false)]
    public bool IsReadOnly {get;}
    See Also