This topic has not yet been rated - Rate this topic

ColumnDefinitionCollection.RemoveAt method

Removes the element at the specified index of the collection.

Syntax


public void RemoveAt(
  int index
)

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

ColumnDefinitionCollection

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.