Skip to main content
All docs
V19.1
.NET Standard 2.0+
Row

RangeExtensions.ClearOutline(Range, Boolean, Boolean) Method

Clears the outline for the specified range of cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static void ClearOutline(
    this Range range,
    bool rows,
    bool columns
)

Parameters

Name Type Description
range Range

A Range object that is the range of cells for which the outline should be removed.

rows Boolean

true, to remove an outline of rows comprising the range; otherwise, false.

columns Boolean

true, to remove an outline of columns comprising the range; otherwise, false.

Remarks

The ClearOutline method is an extension method of the Range object that is called by using the instance method syntax.

See Also