Grid.RowSpan Attached 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.
Gets or sets a value that indicates the total number of rows that the element content spans within a parent Grid.
see GetRowSpan, and SetRowSpan
see GetRowSpan, and SetRowSpan
see GetRowSpan, and SetRowSpan
Remarks
Zero or negative integer values are not permitted. Values that are greater than the total number of rows are treated as if they specified the total number and will span all rows.
- Type: int
- Identifier field: RowSpanProperty
- Accessor methods: GetRowSpan, SetRowSpan