Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / CanSeek Property


In This Topic
CanSeek Property
In This Topic
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property CanSeek As Boolean
 
'Usage
 
Dim instance As ChunkedMemoryStream
Dim value As Boolean
 
value = instance.CanSeek

Property Value

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