VariableCollection.remove_at method. Removes a document variable at the specified Index....remove_at method remove_at(index) Removes a document variable...the specified index. def remove_at ( self , index : int ): ......
TaskPaneCollection.remove method....method remove(index) def remove ( self , index : int ): ... Parameter...Parameter Type Description index int See Also module aspose.words...
IIndexFilter.should_skip_Index method. Determines whether the item with the specified Index should be skipped....should_skip_index method should_skip_index(index) Determines...specified index should be skipped. def should_skip_index ( self...
DocumentBuilder.delete_row method. Deletes a row from a table....method delete_row(table_index, row_index) Deletes a row from a...delete_row ( self , table_index : int , row_index : int ): ... Parameter...
Defines a filter for skipping items based on their indices in Java....Description shouldSkipIndex(int index) Determines whether the item...specified index should be skipped. shouldSkipIndex(int index) public...
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);...