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

Method setRightBorderStyle

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

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

Source from the content-addressed store, hash-verified

751 Sets the right border style to the given \a style.
752*/
753void Format::setRightBorderStyle(BorderStyle style)
754{
755 setProperty(FormatPrivate::P_Border_RightStyle, style, BorderNone);
756}
757
758/*!
759 Returns the right border color.

Callers 1

readBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected