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

RowFormatMode Enum

Lists values used to specify formatting options for inserted rows.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum RowFormatMode

Members

Name Description
None

Specifies that inserted rows should have no formatting applied.

FormatAsPrevious

Specifies that inserted rows should have the same formatting as the row above.

FormatAsNext

Specifies that inserted rows should have the same formatting as the row below.

Remarks

Pass one of the RowFormatMode enumeration values to the RowCollection.Insert method as a parameter to specify how to format inserted rows.

See Also