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

Method setBottomBorderStyle

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

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

Source from the content-addressed store, hash-verified

815 Sets the bottom border style to the given \a style.
816*/
817void Format::setBottomBorderStyle(BorderStyle style)
818{
819 setProperty(FormatPrivate::P_Border_BottomStyle, style, BorderNone);
820}
821
822/*!
823 Returns the bottom border color.

Callers 1

readBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected