UseCompression Property (Workbook)
In This Topic
Gets or sets the value indicating whether compression is used when exporting to the Xlsx file format.
Syntax
'Declaration
Public Property UseCompression As Boolean
public bool UseCompression {get; set;}
See Also