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

WorksheetHeaderFooter.RemovePicture(HeaderFooterSection) Method

Removes a picture from the specified section of a header or footer.

Namespace: DevExpress.Spreadsheet

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

Declaration

void RemovePicture(
    HeaderFooterSection section
)

Parameters

Name Type Description
section HeaderFooterSection

One of the HeaderFooterSection enumeration values identifying the section from which the picture should be removed.

See Also