var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var returnValue; // Type: any returnValue = instance.endRow(value);
function endRow( value : number ) : any;
Parameters
- value
- The end row index of the floating object position.
Return Value
If no value is set, returns the end row index of the floating object position; otherwise, returns the floating object.