Skip to main content
Row

ColumnCollection.ClearOutline(Int32, Int32) Method

Clears an outline for the specified columns.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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