C1.Web.Mvc.Sheet Namespace / FlexSheet Class / FileStream Property

In This Topic
FileStream Property (FlexSheet)
In This Topic
Gets or sets the Stream of the xlsx file.
Syntax
'Declaration
 
<JsonAttribute("file")>
<JsonConverterAttribute(C1.JsonNet.Converters.StreamConverter)>
Public Property FileStream As Stream
 
See Also