Rows

Overview

Rows is a class in Aspose.PDF FOSS for C++.

Rows and Row classes provide a table model for building PDF tables with per‑cell styling, borders, and padding.

This class provides 9 methods for working with Rows objects in C++ programs. Available methods include: Add, Count, IndexOf, Remove, RemoveAt, RemoveRange, Rows. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package. Accessor methods: Rows.

Accessor Methods

NameTypeAccessDescription
RowsRowsReadGets the rows.

Methods

SignatureDescription
Rows()RowsCalls Rows on this Rows instance.
Rows()
Add()RowCalls Add on this Rows instance.
Add(row: Row)Calls Add(row) on this Rows instance.
IndexOf(row: Row)intCalls IndexOf(row) on this Rows instance.
Remove(row: Row)Calls Remove(row) on this Rows instance.
RemoveAt(index: int)Calls RemoveAt(index) on this Rows instance.
RemoveRange(index: int, count: int)Calls RemoveRange(index, count) on this Rows instance.
Count()intCalls Count on this Rows instance.

See Also