Represents a read-only collection of Adjustment adjust values that are applied to the specified shape in Java....get(int index) Returns an adjustment at the specified index. getCount()...collection. get(int index) public Adjustment get(int index) Returns an...
Aspose::Words::Markup::CustomPartCollection::RemoveAt method. Removes an item at the specified Index in C++....Removes an item at the specified index. void Aspose :: Words :: Markup...( int32_t index ) Parameter Type Description index int32_t The...
CellCollection Indexer. Retrieves a [Cell](../../cell/) at the given Index....CellCollection indexer __getitem__(index) Retrieves a Cell at...at the given index. def __getitem__ ( self , index : int ): .....
Specifies a set of web extension custom properties in Java....docking location, we can set this index to arrange them. myScriptTaskPane... get(int index) Gets an item at the specified index. getCount()...
Discover the OdsoRecipientDataCollection RemoveAt method to effortlessly remove elements by Index, enhancing your data management efficiency....specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero-based index of the element...
CustomXmlPartCollection.remove_at method. Removes an item at the specified Index....remove_at(index) Removes an item at the specified index. def remove_at...self , index : int ): ... Parameter Type Description index int The...
A collection of strings that represent all the items in a drop-down form field in Java....another item at a specified index: dropDownItems.insert(3, "Three...// 2 - Remove an item at an index: dropDownItems.removeAt(3);...
GeneralFormatCollection.removeAt method. Removes a general format occurrence at the specified Index....removeAt method removeAt(index) Removes a general format occurrence...occurrence at the specified index. removeAt ( index : number ) Parameter...
Represents a typed collection of general formats in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...