Share via


IGridItemProvider.RowSpan Property

Definition

Gets the number of rows spanned by a cell or item.

public:
 property int RowSpan { int get(); };
int RowSpan();
public int RowSpan { get; }
var int32 = iGridItemProvider.rowSpan;
Public ReadOnly Property RowSpan As Integer

Property Value

Int32

int

The number of rows.

Applies to