asposecells.api

Class DataLabelsSeparatorType

Utility class containing constants. Represents the separator type of DataLabels.

Field Summary
const  intAUTO
Represents automatic separator
const  intSPACE
Represents space(" ")
const  intCOMMA
Represents comma(",")
const  intSEMICOLON
Represents semicolon(";")
const  intPERIOD
Represents period(".")
const  intNEW_LINE
Represents newline("\n")
const  intCUSTOM
Represents custom separator
 

    • Field Detail

      • AUTO

        const int AUTO
        Represents automatic separator
      • SPACE

        const int SPACE
        Represents space(" ")
      • COMMA

        const int COMMA
        Represents comma(",")
      • SEMICOLON

        const int SEMICOLON
        Represents semicolon(";")
      • PERIOD

        const int PERIOD
        Represents period(".")
      • NEW_LINE

        const int NEW_LINE
        Represents newline("\n")
      • CUSTOM

        const int CUSTOM
        Represents custom separator