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
| Name | Type | Access | Description |
|---|---|---|---|
Rows | Rows | Read | Gets the rows. |
Methods
| Signature | Description |
|---|---|
Rows() → Rows | Calls Rows on this Rows instance. |
Rows() | |
Add() → Row | Calls Add on this Rows instance. |
Add(row: Row) | Calls Add(row) on this Rows instance. |
IndexOf(row: Row) → int | Calls 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() → int | Calls Count on this Rows instance. |