Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ColumnCollection.ClearOutline(Int32, Int32) Method

Clears an outline for the specified columns.

Namespace: DevExpress.Spreadsheet

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

Declaration

void ClearOutline(
    int first,
    int last
)

Parameters

Name Type Description
first Int32

A zero-based integer representing the index of the first column to be ungrouped.

last Int32

A zero-based integer representing the index of the last column to be ungrouped.

See Also