Interface IBorderFormatting
Interface that represents border formatting options of conditional formatting.
Namespace: IronXL.Formatting
Assembly: IronXL.dll
Syntax
public interface IBorderFormattingProperties
BottomBorderColor
Gets or sets the color of the bottom border.
Declaration
string BottomBorderColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The color of the bottom border. | 
BottomBorderType
Gets or sets the border bottom line style.
Declaration
BorderType BottomBorderType { get; set; }Property Value
| Type | Description | 
|---|---|
| BorderType | The border bottom line style. | 
DiagonalBorderColor
Gets or sets the color of the diagonal border.
Declaration
string DiagonalBorderColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The color of the diagonal border. | 
DiagonalBorderType
Gets or sets the border diagonal line style.
Declaration
BorderType DiagonalBorderType { get; set; }Property Value
| Type | Description | 
|---|---|
| BorderType | The border diagonal line style. | 
LeftBorderColor
Gets or sets the color of the left border.
Declaration
string LeftBorderColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The color of the left border. | 
LeftBorderType
Gets or sets the border left line style.
Declaration
BorderType LeftBorderType { get; set; }Property Value
| Type | Description | 
|---|---|
| BorderType | The border left line style. | 
RightBorderColor
Gets or sets the color of the right border.
Declaration
string RightBorderColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The color of the right border. | 
RightBorderType
Gets or sets the border right line style.
Declaration
BorderType RightBorderType { get; set; }Property Value
| Type | Description | 
|---|---|
| BorderType | The border right line style. | 
TopBorderColor
Gets or sets the color of the top border.
Declaration
string TopBorderColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The color of the top border. | 
TopBorderType
Gets or sets the border top line style.
Declaration
BorderType TopBorderType { get; set; }Property Value
| Type | Description | 
|---|---|
| BorderType | The border top line style. |