Aspose::Cells::Tables::TableToRangeOptions class

TableToRangeOptions class

Represents the options when converting table to range.

class TableToRangeOptions

Methods

MethodDescription
GetLastRow()Gets and sets the last row index of the table.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also