Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / CanRead Property


In This Topic
    CanRead Property
    In This Topic
    When overridden in a derived class, gets a value indicating whether the current stream supports reading.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property CanRead As Boolean
    'Usage
     
    
    Dim instance As ChunkedMemoryStream
    Dim value As Boolean
     
    value = instance.CanRead
    public override bool CanRead {get;}

    Property Value

    true if the stream supports reading; otherwise, false.
    See Also