ActiveReports 6 Online Help
FileVersion Property
Example 

This property has been deprecated. Please use the FileFormat property.

Syntax
'Declaration
 
Public Property FileVersion As BiffVersion
public BiffVersion FileVersion {get; set;}

Property Value

BiffVersion enumeration.  The default value is V8.
Remarks

The property keeps its original value if the FileFormat property is set to Xlsx.

Example
DataDynamics.SpreadBuilder.Workbook sb = new DataDynamics.SpreadBuilder.Workbook();
sb.FileVersion = DataDynamics.SpreadBuilder.BiffVersion.V7;
Dim sb As New DataDynamics.SpreadBuilder.Workbook
sb.FileVersion = DataDynamics.SpreadBuilder.BiffVersion.V7
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Workbook Class
Workbook Members
BiffVersion Enumeration

Send Feedback