ClassSpreadBorder
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:
cs-api-definition
public class SpreadBorder
Inheritance: objectSpreadBorder
Constructors
SpreadBorder(SpreadBorderStyle, SpreadThemableColor)
Initialize a border definition with the specified style and themable color.
Declaration
cs-api-definition
public SpreadBorder(SpreadBorderStyle style, SpreadThemableColor color)
Parameters
style
The border style.
color
The border color.
Properties
Color
Gets the themable color used to render the border.
Declaration
cs-api-definition
public SpreadThemableColor Color { get; }
Property Value
The themable color.
Style
Gets the border line style applied at this edge.
Declaration
cs-api-definition
public SpreadBorderStyle Style { get; }
Property Value
The border style.
Methods
Equals(object)
Determines value equality with another border by comparing style and color.
GetHashCode()
Generates a combined hash code based on style and color.