XlBorder.InsideBorders(XlColor, XlBorderLineStyle) Method
This member supports the internal infrastructure and is not intended to be used directly from your code.
Specifies all inside borders of a cell range.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Browsable(false)]
public static XlBorder InsideBorders(
XlColor color,
XlBorderLineStyle lineStyle
)
Parameters
| Name | Type | Description |
|---|---|---|
| color | XlColor | An XlColor object that defines the line color of borders. |
| lineStyle | XlBorderLineStyle | An XlBorderLineStyle enumeration member that specifies the line style of borders. |
Returns
| Type | Description |
|---|---|
| XlBorder | An XlBorder class instance. |
See Also