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 Spread
Declaration
public SpreadBorder(SpreadBorderStyle style, SpreadThemableColor color)
Parameters
Spread The border style. |
Spread The border color. |
Properties
Color
Gets the themable color.
Declaration
public SpreadThemableColor Color { get; }
Property Value
Spread The themable color. |
Style
Gets the border style.
Declaration
public SpreadBorderStyle Style { get; }
Property Value
Spread The border style. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. Returns true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |