Skip to main content

XlBorder.InsideBorders(XlColor) 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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public static XlBorder InsideBorders(
    XlColor color
)

Parameters

Name Type Description
color XlColor

An XlColor object that defines the line color of borders.

Returns

Type Description
XlBorder

An XlBorder class instance.

See Also