RemoveAt

SlicerCollection.RemoveAt method

Tar bort skivaren vid angivet index

public void RemoveAt(int index)
ParameterTypBeskrivning
indexInt32Positionsindexet i Slicer-samlingen

Exempel


[C#]

slicers.RemoveAt(1);

Se även