[]
        
(Showing Draft Content)

GC.Spread.Sheets.ListType

Enumeration: ListType

Spread.Sheets.ListType

Represent the list style type of rich text list item

Table of contents

Enumeration members

Enumeration members

circle

circle = 1

Indicates the unordered list item, list style type is circle.


decimal

decimal = 3

Indicates the ordered list item, list style type is decimal.


disc

disc = 0

Indicates the unordered list item, list style type is disc.


lowerAlpha

lowerAlpha = 4

Indicates the ordered list item, list style type is lowerAlpha.


lowerGreek

lowerGreek = 8

Indicates the ordered list item, list style type is lowerGreek.


lowerRoman

lowerRoman = 6

Indicates the ordered list item, list style type is lowerRoman.


square

square = 2

Indicates the unordered list item, list style type is square.


upperAlpha

upperAlpha = 5

Indicates the ordered list item, list style type is upperAlpha.


upperRoman

upperRoman = 7

Indicates the ordered list item, list style type is upperRoman.