Class TableStyleCellBorder

TableStyleCellBorder class

The TableStyleCellBorder data

public class TableStyleCellBorder

Constructors

NameDescription
TableStyleCellBorder()The default constructor.

Properties

NameDescription
Color { get; set; }The Color
EdgeFlag { get; set; }The Edge Flags: 1 = top, 2 = right, 4 = bottom, 8 = left, 0x10 = inside vertical, 0x20 = inside horizontal
Invisibility { get; set; }The Invisibility: 1 = invisible, 0 = visible
LineSpacing { get; set; }The Double Line Spacing
LineTypeHandle { get; set; }The LineType Handle
LineWeight { get; set; }The Line Weight
Overrides { get; set; }The Border property override flags
Type { get; set; }The Border Type

See Also