Aspose::Cells::Tables::TableToRangeOptions class
TableToRangeOptions class
Represents the options when converting table to range.
class TableToRangeOptions
Methods
| Method | Description |
|---|---|
| GetLastRow() | Gets and sets the last row index of the table. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const TableToRangeOptions& src) | operator= |
| SetLastRow(int32_t value) | Gets and sets the last row index of the table. |
| TableToRangeOptions() | Default constructor. |
| TableToRangeOptions(TableToRangeOptions_Impl* impl) | Constructs from an implementation object. |
| TableToRangeOptions(const TableToRangeOptions& src) | Copy constructor. |
| ~TableToRangeOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++