CellContents.RowSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the number of rows this cell spans.
public:
property int RowSpan { int get(); };
public int RowSpan { get; }
member this.RowSpan : int
Public ReadOnly Property RowSpan As Integer
Property Value
An int
value.