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
| Name | Type | Access | Description |
|---|---|---|---|
BorderSideValue | BorderSideValue | Read | Gets the border side value. |
Methods
| Signature | Description |
|---|---|
BorderSideValue() → BorderSideValue | Performs border side value. |
BorderSideValue() → BorderSideValue | Performs border side value. |
BorderSideValue() → BorderSideValue | Performs border side value. |
BorderSideValue() → BorderSideValue | Performs border side value. |
BorderSideValue() → BorderSideValue | Performs border side value. |
BordersValue() | Initializes a new instance of the class. |
GetLeft() → BorderSideValue | Performs border side value. |
SetLeft(value: BorderSideValue) | Sets the left value. |
GetRight() → BorderSideValue | Performs border side value. |
SetRight(value: BorderSideValue) | Sets the right value. |
GetTop() → BorderSideValue | Performs border side value. |
SetTop(value: BorderSideValue) | Sets the top value. |
GetBottom() → BorderSideValue | Performs border side value. |
SetBottom(value: BorderSideValue) | Sets the bottom value. |
GetDiagonal() → BorderSideValue | Performs border side value. |
SetDiagonal(value: BorderSideValue) | Sets the diagonal value. |
GetDiagonalUp() → bool | Gets or sets a value indicating whether diagonal up. |
SetDiagonalUp(value: bool) | Sets the diagonal up value. |
GetDiagonalDown() → bool | Gets or sets a value indicating whether diagonal down. |
SetDiagonalDown(value: bool) | Sets the diagonal down value. |
Clone() → BordersValue | Creates a copy of the current instance. The borders value. |