Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetClipboardOptions.AllowFormulasInBiff8 Property

For internal use.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(false)]
[Browsable(false)]
public bool AllowFormulasInBiff8 { get; set; }

Property Value

Type Default Description
Boolean **false**

 

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowFormulasInBiff8
WinForms Controls SpreadsheetControlOptions
.Clipboard.AllowFormulasInBiff8
Office File API DocumentOptions
.Clipboard.AllowFormulasInBiff8
See Also