Back to Devexpress

WorksheetHeaderFooterOptions.ScaleWithDoc Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheetheaderfooteroptions-d5758b19.md

latest1.7 KB
Original Source

WorksheetHeaderFooterOptions.ScaleWithDoc Property

Specifies whether the header and footer should scale when you use the “Shrink to Fit” feature in the document.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool ScaleWithDoc { get; set; }
vb
Property ScaleWithDoc As Boolean

Property Value

TypeDescription
Boolean

true , to scale the header and footer when the “Shrink to Fit” feature is used; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ScaleWithDoc
ChartSheet

.HeaderFooterOptions .ScaleWithDoc

| | Worksheet |

.HeaderFooterOptions .ScaleWithDoc

|

See Also

WorksheetHeaderFooterOptions Interface

WorksheetHeaderFooterOptions Members

DevExpress.Spreadsheet Namespace