Back to Devexpress

XRTableRow.CreateRow(SizeF, Int32) Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtablerow-dot-createrow-x28-system-dot-drawing-dot-sizef-system-dot-int32-x29.md

latest1.9 KB
Original Source

XRTableRow.CreateRow(SizeF, Int32) Method

Creates an instance of the XRTableRow class with the specified settings.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public static XRTableRow CreateRow(
    SizeF size,
    int cellCount
)
vb
Public Shared Function CreateRow(
    size As SizeF,
    cellCount As Integer
) As XRTableRow

Parameters

NameTypeDescription
sizeSizeF

A SizeF object, representing the row’s dimensions.

| | cellCount | Int32 |

An integer value, representing the number of cells in the row.

|

Returns

TypeDescription
XRTableRow

An XRTableRow descendant.

|

Remarks

To create an instance of the XRTableRow class with the specified row height, call the overloaded CreateRow method with the height parameter.

See Also

XRTableRow Class

XRTableRow Members

DevExpress.XtraReports.UI Namespace