Class SpreadBorder
Describes the settings which are used to determine how the border will appear in the document.
Inheritance
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadBorder
Constructors
SpreadBorder(SpreadBorderStyle, SpreadThemableColor)
Initializes a new instance of the SpreadBorder class.
Declaration
public SpreadBorder(SpreadBorderStyle style, SpreadThemableColor color)
Parameters
SpreadBorderStyle
style
The border style. |
SpreadThemableColor
color
The border color. |
Properties
Color
Gets the themable color.
Declaration
public SpreadThemableColor Color { get; }
Property Value
SpreadThemableColor
The themable color. |
Style
Gets the border style.
Declaration
public SpreadBorderStyle Style { get; }
Property Value
SpreadBorderStyle
The border style. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
System.Boolean
Returns true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |