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