Skip to main content
A newer version of this page is available. .

SpreadsheetClipboardOptions.AllowFormulasInBiff8 Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

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

Property Value

Type Default
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