Effortlessly remove specific values from your DropDownItemCollection with our intuitive Remove method. Streamline your data management today!...another item at a specified index: dropDownItems . Insert ( 3...// 2 - Remove an item at an index: dropDownItems . RemoveAt (...
Discover the DropDownItemCollection GetEnumerator method to effortlessly iterate through collection items. Enhance your coding efficiency today!...another item at a specified index: dropDownItems . Insert ( 3...// 2 - Remove an item at an index: dropDownItems . RemoveAt (...
OdsoFieldMapData.name property. Specifies the column name within an external data source for the column whose Index is specified by the [OdsoFieldMapData.column](../column/) property...source for the column whose index is specified by the OdsoFieldMapData...
Create and manage a dynamic collection of individuals with the PersonCollection class. Simplify your data handling and enhance your applications today!...from the collection by the index. persons . RemoveAt ( 0 ); Assert...from the collection by the index. persons . RemoveAt ( 0 ); Assert...
Aspose::Words::Fields::DropDownItemCollection::Clear method. Removes all elements from the collection in C++....another item at a specified index: dropDownItems -> Insert ( 3...// 2 - Remove an item at an index: dropDownItems -> RemoveAt (...
A collection of Style objects that represent both the built-in and user-defined styles in a document in Java.... get(int index) Gets a style by index. get(String name)...docx"); get(int index) public Style get(int index) Gets a style...
GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient....) # Remove gradient stop at index 1. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...
Fill.gradient_stops property. Gets a collection of [GradientStop](../../gradientstop/) objects for the fill....) # Remove gradient stop at index 1. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...
GradientStop.remove method. Removes the gradient stop from the parent [GradientStopCollection](../../gradientstopcollection/)....) # Remove gradient stop at index 1. gradient_stops . remove_at...new gradient stop at the same index 1. gradient_stops . insert (...