Class SpreadsheetBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SpreadsheetBorderBuilder
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetBorderBuilder : ControlBuilder
Constructors
SpreadsheetBorderBuilder()
Declaration
public SpreadsheetBorderBuilder()
SpreadsheetBorderBuilder(SpreadsheetBorder)
Declaration
public SpreadsheetBorderBuilder(SpreadsheetBorder model)
Parameters
Type | Name | Description |
---|---|---|
SpreadsheetBorder | model |
Methods
Color(String)
The color of the border that accepts value in hex and rgba as a valid CSS color string.
Declaration
public SpreadsheetBorderBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Width(Double)
The width of the border in pixels.
Declaration
public SpreadsheetBorderBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |