Skip to main content
Row

WorksheetHeaderFooter.RemovePicture(HeaderFooterSection) Method

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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