Skip to main content
A newer version of this page is available. .

IXlRow.ApplyFormatting(XlCellFormatting) Method

Applies the specified formatting settings to the entire row.

Namespace: DevExpress.Export.Xl

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

Declaration

void ApplyFormatting(
    XlCellFormatting formatting
)

Parameters

Name Type Description
formatting XlCellFormatting

An XlCellFormatting object that specifies format characteristics to be applied to row cells.

Remarks

The XlCellFormatting object provides a set of properties and methods to change cell format settings.

For more information on how to format cells in a worksheet, see the How to: Format a Cell document and the Formatting section of examples.

See Also