Spread WinForms 15
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

Property Value

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