Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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