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


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

    Property Value

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