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

Method setLeftBorderStyle

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

! * Sets the left border style to \a style */

Source from the content-addressed store, hash-verified

719 * Sets the left border style to \a style
720 */
721void Format::setLeftBorderStyle(BorderStyle style)
722{
723 setProperty(FormatPrivate::P_Border_LeftStyle, style, BorderNone);
724}
725
726/*!
727 * Returns the left border color

Callers 1

readBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected