Class $.wijmo.wijspread.LineBorder
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.LineBorder(color, style)
Represent the line style for a border side.
|
Field Attributes | Field Name and Description |
---|---|
Indicates the color of the border line.
|
|
Indicates the line style of the border line.
|
Method Attributes | Method Name and Description |
---|---|
width(border)
Gets the width of the current border line.
|
Class Detail
$.wijmo.wijspread.LineBorder(color, style)
Represent the line style for a border side.
- Parameters:
- {string} color
- Indicates the border color and uses a format such as color name (ex. red) or #RGB, #RRGGBB, rgb(R,B,B), rgba(R,G,B,A).
- {GrapeCity.$.wijmo.wijspread.LineStyle} style
- Indicates the border line style.
Field Detail
color
Indicates the color of the border line. Use a known color name or HEX style color value. The default value is black.
Type: string
style
Indicates the line style of the border line. The default value is GrapeCity.UI.LineStyle.empty.
Type: GrapeCity.UI.LineStyle
Method Detail
{number}
width(border)
Gets the width of the current border line.
- Parameters:
- border
- Returns:
- {number} The width of the border line.