var instance = new GC.Spread.Sheets.LineBorder(color, style);
function LineBorder( color : string, style : LineStyle ) : LineBorder;
Parameters
- color
- Indicates the border color and uses a format such as color name (for example, "red") or "#RGB", "#RRGGBB", "rgb(R,B,B)", "rgba(R,G,B,A)".
- style
- Indicates the border line style.