asposecells.api

Class BorderType

Utility class containing constants. Enumerates the border line and diagonal line types.

Field Summary
const  intBOTTOM_BORDER
Represents bottom border line.
const  intDIAGONAL_DOWN
Represents the diagonal line from top left to right bottom.
const  intDIAGONAL_UP
Represents the diagonal line from bottom left to right top.
const  intLEFT_BORDER
Represents left border line.
const  intRIGHT_BORDER
Represents right border line exists.
const  intTOP_BORDER
Represents top border line.
const  intHORIZONTAL
Only for dynamic style,such as conditional formatting.
const  intVERTICAL
Only for dynamic style,such as conditional formatting.
 

    • Field Detail

      • BOTTOM_BORDER

        const int BOTTOM_BORDER
        Represents bottom border line.
      • DIAGONAL_DOWN

        const int DIAGONAL_DOWN
        Represents the diagonal line from top left to right bottom.
      • DIAGONAL_UP

        const int DIAGONAL_UP
        Represents the diagonal line from bottom left to right top.
      • LEFT_BORDER

        const int LEFT_BORDER
        Represents left border line.
      • RIGHT_BORDER

        const int RIGHT_BORDER
        Represents right border line exists.
      • TOP_BORDER

        const int TOP_BORDER
        Represents top border line.
      • HORIZONTAL

        const int HORIZONTAL
        Only for dynamic style,such as conditional formatting.
      • VERTICAL

        const int VERTICAL
        Only for dynamic style,such as conditional formatting.