var instance = new GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height); var returnValue; // Type: any returnValue = instance.borderStyle(value);
function borderStyle( value : string ) : any;
Parameters
- value
- The css border style of the picture, such as dotted, dashed, solid, and so on.
Return Value
If no value is set, returns the border style of the picture; otherwise, returns the picture.