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