| GC.Spread.Sheets 名前空間 > FloatingObjects タイプ : Picture メソッド |
| Javascript (Usage) | |
|---|---|
var value; // Type: any value = GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height); | |
| Javascript (Specification) | |
|---|---|
function Picture( name : string, src : string, x : number, y : number, width : number, height : number ) : any; | |