Border

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.ZennoTableStyle.Border


Contains information about excel cell border style.

This class can be used in action OwnCode (C# or PHP) of ProjectMaker.

Properties

Position

Property

Gets border position.

Color

Property

Gets border color.

LineStyle

Property

Gets border line style.

Methods

CreateBorder

Method

Create border style.

Parameters

ПараметрОписание
positionBorder position.
colorThe border color.
lineStyleBorder line style.

Example

var border = InterfacesLibrary.ProjectModel.ZennoTableStyle.Border.CreateBorder(InterfacesLibrary.Enums.Table.ExcelStyle.Borders.Right | InterfacesLibrary.Enums.Table.ExcelStyle.Borders.DiagonalUp, Color.Blue, InterfacesLibrary.Enums.Table.ExcelStyle.LineStyle.DashDot);