MemoryStream: Position (get) |
Returns the current position within the stream.
Public Property Get Position ( ) As Currency
The position is the index at which the next read or write will occur. Position is alway zero based, even if a user-supplied array is not.
Read/Write.
Exception | Condition |
---|---|
ObjectDisposedException | The stream is closed. |