var instance = new GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height); var returnValue; // Type: any returnValue = instance.borderWidth(value);
function borderWidth( value : number ) : any;
Parameters
- value
- The border width of the picture.
Return Value
If no value is set, returns the border width of the picture; otherwise, returns the picture.