Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / Position Property


In This Topic
    Position Property (ChunkedMemoryStream)
    In This Topic
    When overridden in a derived class, gets or sets the position within the current stream.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Position As Long
    'Usage
     
    
    Dim instance As ChunkedMemoryStream
    Dim value As Long
     
    instance.Position = value
     
    value = instance.Position
    public override long Position {get; set;}

    Property Value

    The current position within the stream.
    See Also