CellContents.RowSpan Property

Definition

Indicates the number of rows this cell spans.

public:
 property int RowSpan { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(1)]
public int RowSpan { get; set; }
[<System.ComponentModel.DefaultValue(1)>]
member this.RowSpan : int with get, set
Public Property RowSpan As Integer

Property Value

An int value.

Attributes

Applies to