ColumnDefinitionCollection.RemoveAt method
Removes the element at the specified index of the collection.
Syntax
Parameters
- index
-
Type: System.Int32
The zero-based index of the element to remove.
Remarks
If successful, calling this method reduces the collection size by one. Items with index values greater than the called index have their index values reduced by one.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows.UI.Xaml.Controls |
See also
Build date: 3/12/2013
