Skip to main content
Row

RowCollection.ClearOutline(Int32, Int32) Method

Clears the outline for the specified rows.

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

last Int32

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

See Also