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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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