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

RowCollection.ClearOutline(Int32, Int32) Method

Clears the outline for the specified rows.

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 row to be ungrouped.

last Int32

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

See Also