BordersValue

Overview

BordersValue is a class in Aspose.Cells FOSS for C++.

Represents borders value.

This class provides 21 methods for working with BordersValue objects in C++ programs. Available methods include: BorderSideValue, BordersValue, Clone, GetBottom, GetDiagonal, GetDiagonalDown, GetDiagonalUp, GetLeft, GetRight, GetTop, SetBottom, SetDiagonal, and 5 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: BorderSideValue.

Accessor Methods

NameTypeAccessDescription
BorderSideValueBorderSideValueReadGets the border side value.

Methods

SignatureDescription
BorderSideValue()BorderSideValuePerforms border side value.
BorderSideValue()BorderSideValuePerforms border side value.
BorderSideValue()BorderSideValuePerforms border side value.
BorderSideValue()BorderSideValuePerforms border side value.
BorderSideValue()BorderSideValuePerforms border side value.
BordersValue()Initializes a new instance of the class.
GetLeft()BorderSideValuePerforms border side value.
SetLeft(value: BorderSideValue)Sets the left value.
GetRight()BorderSideValuePerforms border side value.
SetRight(value: BorderSideValue)Sets the right value.
GetTop()BorderSideValuePerforms border side value.
SetTop(value: BorderSideValue)Sets the top value.
GetBottom()BorderSideValuePerforms border side value.
SetBottom(value: BorderSideValue)Sets the bottom value.
GetDiagonal()BorderSideValuePerforms border side value.
SetDiagonal(value: BorderSideValue)Sets the diagonal value.
GetDiagonalUp()boolGets or sets a value indicating whether diagonal up.
SetDiagonalUp(value: bool)Sets the diagonal up value.
GetDiagonalDown()boolGets or sets a value indicating whether diagonal down.
SetDiagonalDown(value: bool)Sets the diagonal down value.
Clone()BordersValueCreates a copy of the current instance. The borders value.

See Also

 English