DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section....move_to_cell(table_index, row_index, column_index, character_index) Moves..., table_index : int , row_index : int , column_index : int ,...
Aspose::Words::DocumentBuilder::MoveToCell method. Moves the cursor to a table cell in the current section in C++....Description tableIndex int32_t The index of the table to move to. rowIndex...rowIndex int32_t The index of the row in the table. columnIndex...
Access VbaModule objects effortlessly with the VbaModuleCollection Item property. Enhance your VBA projects with easy Indexing and improved management....VbaModuleCollection indexer (1 of 2) Retrieves a VbaModule object by index. public...this [ int index ] { get ; } Parameter Description index Zero-based...
Aspose::Words::NodeCollection::Insert method. Inserts a node into the collection at the specified Index in C++....collection at the specified index. void Aspose :: Words :: NodeCollection...NodeCollection :: Insert ( int32_t index , const System :: SharedPtr...
Represents a collection of ChartSeriesGroup objects in Java....add(int seriesType) get(int index) Returns a ChartSeriesGroup...ChartSeriesGroup at the specified index. getCount() Returns the number of series...
Aspose::Words::Fields::FieldIndex::get_HasSequenceName method. Gets a value indicating whether a sequence should be used while the field's result building in C++....into portions by combining INDEX and SEQ fields. auto doc = System...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
TableCollection Indexer. Retrieves a [Table](../../table/) at the given Index....TableCollection indexer __getitem__(index) Retrieves a Table...at the given index. def __getitem__ ( self , index : int ): .....
This article introduces how to remove worksheet (GridWorksheet) in GridWeb....sheet index or name. Removing a Worksheet Using Sheet Index The...worksheet by specifying its sheet index in the GridWorksheetCollect’s...
Discover the CustomPartCollection Count property to easily retrieve the total number of elements in your collection for efficient data management.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...Console . WriteLine ( $"Part index {index}:" ); Console . WriteLine...
Aspose::Words::CompositeNode::IndexOf method. Returns the Index of the specified child node in the child node array in C++....CompositeNode::IndexOf method Returns the index of the specified child node...Examples Shows how to get the index of a given child node from its...