Aspose::Cells::LowCode::SplitPartInfo class
Contents
[
Hide
]SplitPartInfo class
Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image.
class SplitPartInfo
Methods
| Method | Description |
|---|---|
| GetPartIndex() | Index of current part in sequence(0 based). -1 means there are no multiple parts so the result is single. |
| GetSheetIndex() | Index of the sheet where current part is in. -1 denotes there is only one sheet. |
| GetSheetName() | Name of the sheet where current part is in. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const SplitPartInfo& src) | operator= |
| SplitPartInfo(SplitPartInfo_Impl* impl) | Constructs from an implementation object. |
| SplitPartInfo(const SplitPartInfo& src) | Copy constructor. |
| ~SplitPartInfo() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++