Aspose::Pdf::Rows class

Rows class

Represents a rows collection of table.

class Rows : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Pdf::Row>>

Methods

MethodDescription
Add()Add row to collection.
Add(System::SharedPtr<Row>)Add row to cellection.
begin()Gets iterator pointing to the first element (if any) of the collection.
begin() constGets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
cbegin() constGets iterator pointing to the first const-qualified element (if any) of the collection.
cend() constGets iterator pointing right after the last const-qualified element (if any) of the collection.
Dispose()Dispose.
end()Gets iterator pointing right after the last element (if any) of the collection.
end() constGets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.
get_Count()The items count.
GetEnumerator() overrideGets collection’s enumerator.
idx_get(int32_t)Gets row.
idx_set(int32_t, System::SharedPtr<Row>)Sets row.
IndexOf(System::SharedPtr<Row>)Returns index of row in collection.
Remove(System::SharedPtr<Row>)Remove row from collection.
RemoveAt(int32_t)Remove row at position from collection.
RemoveRange(int32_t, int32_t)Remove row set from collection.
Rows()
virtualizeBeginConstIterator() const overrideGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIterator() overrideGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIterator() const overrideGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIterator() overrideGets iterator pointing right after the last element (if any) of the collection.

Typedefs

TypedefDescription
const_iteratorConst iterator type.
iteratorIterator type.
iterator_holder_typeA collection type whose iterator types is used as iterator types in the current collection.
virtualized_iteratorVirtualized type.
virtualized_iterator_elementVirtualized element type.

See Also