[]
        
(Showing Draft Content)

GC.Spread.Sheets.CellTypes.DivergeDirection

Enumeration: DivergeDirection

Sheets.CellTypes.DivergeDirection

Specifies what is the diverge direction of the diagonal cell type

readonly

example

//This example uses the EditorValueType enumeration.
var diagonalCellType = new GC.Spread.Sheets.CellTypes.Diagonal();
diagonalCellType.divergeDirection(GC.Spread.Sheets.CellTypes.DivergeDirection.topLeftToBottomRight)
activeSheet.getCell(2, 2).cellType(diagonalCellType);

Table of contents

Enumeration members

Enumeration members

bottomLeftToTopRight

bottomLeftToTopRight = 1

Represents diverge from the BottomLeft to the TopRight.


topLeftToBottomRight

topLeftToBottomRight = 0

Represents diverge from the TopLeft to the BottomRight.