Spread WPF 18
GrapeCity.Spreadsheet.Data Namespace / RangeDataList Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (RangeDataList)
    In This Topic
    Gets a value indicating whether the range list is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    Dim instance As RangeDataList
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    See Also