Spread.Sheets Documentation
diagonalDown Method
GC.Spread.Sheets Namespace > CellRange type : diagonalDown Method
The cell diagonalDown line.
Gets or sets the diagonalDown of the cell.
Syntax
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea);
var returnValue; // Type: any
returnValue = instance.diagonalDown(value);
function diagonalDown( 
   value : LineBorder
) : any;

Parameters

value
The cell diagonalDown line.

Return Value

If no value is set, returns the cell diagonalDown line; otherwise, returns the cell.
Example
activeSheet.getRange(-1, 3, -1, 1, GC.Spread.Sheets.SheetArea.viewport).diagonalDown(new GC.Spread.Sheets.LineBorder("blue", GC.Spread.Sheets.LineStyle.mediumDashed));
See Also

Reference

CellRange type