Back to Devexpress

RowCollection.ClearOutline(Int32, Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-rowcollection-dot-clearoutline-x28-system-dot-int32-system-dot-int32-x29.md

latest1.3 KB
Original Source

RowCollection.ClearOutline(Int32, Int32) Method

Clears the outline for the specified rows.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void ClearOutline(
    int first,
    int last
)
vb
Sub ClearOutline(
    first As Integer,
    last As Integer
)

Parameters

NameTypeDescription
firstInt32

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

RowCollection Interface

RowCollection Members

DevExpress.Spreadsheet Namespace