Border

Overview

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

Represents border.

This class provides 8 methods for working with Border objects in C++ programs. Available methods include: Border, BorderStyleType, Clone, Color, GetColor, GetLineStyle, SetColor, SetLineStyle. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: BorderStyleType, Color.

Accessor Methods

NameTypeAccessDescription
BorderStyleTypeBorderStyleTypeReadGets the border style type.
ColorColorReadGets the color.

Methods

SignatureDescription
BorderStyleType()BorderStyleTypeGets or sets the line style.
Color()ColorGets or sets the color.
Border()Initializes a new instance of the class.
GetLineStyle()BorderStyleTypeGets or sets the line style.
SetLineStyle(value: BorderStyleType)Sets the line style.
GetColor()ColorGets or sets the color.
SetColor(value: Color)Sets the color.
Clone()BorderCreates a copy of the current instance. The border.

See Also

 English