MCPcopy Create free account
hub / github.com/KDE/labplot / setDiagonalBorderStyle

Method setDiagonalBorderStyle

src/3rdparty/QXlsx/source/xlsxformat.cpp:849–852  ·  view source on GitHub ↗

! Sets the diagonal border style to the given \a style. */

Source from the content-addressed store, hash-verified

847 Sets the diagonal border style to the given \a style.
848*/
849void Format::setDiagonalBorderStyle(BorderStyle style)
850{
851 setProperty(FormatPrivate::P_Border_DiagonalStyle, style, BorderNone);
852}
853
854/*!
855 Returns the diagonal border type.

Callers 1

readBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected