Skip to main content
Row

Picture.RemoveOutline() Method

Removes the outside border of a shape (picture).

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void RemoveOutline()

Remarks

Note

The SpreadsheetControl does not display a picture border, however all border settings are saved in a file so that Microsoft Excel can correctly display a document.

See Also