asposecells.api
Class DataLablesSeparatorType

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

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.