Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DocumentAttachment Class / FileStream Property


In This Topic
    FileStream Property (DocumentAttachment)
    In This Topic
    Gets or sets the file stream.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property FileStream As Stream
    'Usage
     
    Dim instance As DocumentAttachment
    Dim value As Stream
     
    instance.FileStream = value
     
    value = instance.FileStream
    [DefaultValue("")]
    public Stream FileStream {get; set;}

    Property Value

    The file stream. The default value is null.
    See Also