SpreadBorder
Class
Encapsulates style and color for a single cell border edge used when rendering or exporting spreadsheet cells.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public class SpreadBorder
Inheritance: objectSpreadBorder
Constructors
Initialize a border definition with the specified style and themable color.
C#
public SpreadBorder(SpreadBorderStyle style, SpreadThemableColor color)
The border style.
colorSpreadThemableColorThe border color.
Properties
Gets the themable color used to render the border.
C#
public SpreadThemableColor Color { get; }
The themable color.
Gets the border line style applied at this edge.
C#
public SpreadBorderStyle Style { get; }
The border style.