Borders

Overview

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

Represents borders.

This class provides 21 methods for working with Borders objects in C++ programs. Available methods include: Border, Borders, 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: Border.

Accessor Methods

NameTypeAccessDescription
BorderBorderReadGets the border.

Methods

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

See Also

 English