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


In This Topic
    Length Property (ChunkedMemoryStream)
    In This Topic
    When overridden in a derived class, gets the length in bytes of the stream.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Length As Long
    'Usage
     
    
    Dim instance As ChunkedMemoryStream
    Dim value As Long
     
    value = instance.Length
    public override long Length {get;}

    Property Value

    A long value representing the length of the stream in bytes.
    See Also