Enum BorderType
Specifies the type of border to set.
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum BorderType : int
Fields
| Name | Description |
|---|---|
| All | |
| Bottom | Bottom edge border |
| DiagonalDown | |
| DiagonalUp | |
| Left | Left edge border |
| Right | Right edge border |
| Top | Top edge border |