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

Method setDiagonalBorderType

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

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

Source from the content-addressed store, hash-verified

863 Sets the diagonal border type to the given \a style
864*/
865void Format::setDiagonalBorderType(DiagonalBorderType style)
866{
867 setProperty(FormatPrivate::P_Border_DiagonalType, style, DiagonalBorderNone);
868}
869
870/*!
871 Returns the diagonal border color.

Callers 1

readBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected