public class SplitPartInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getPartIndex()
Index of current part in sequence(0 based).
|
int |
getSheetIndex()
Index of the sheet where current part is in.
|
java.lang.String |
getSheetName()
Name of the sheet where current part is in.
|
public int getPartIndex()
Remarks
If multiple sheets need to be processed and every sheet is processed(split) separately, the part index always starts from 0 for every sheet. For example, when converting workbook to images, it represents the output page index of currently processed sheet. And -1 denotes there is only one page for current sheet.public int getSheetIndex()
public java.lang.String getSheetName()
Remarks
May be null for some situations, such as when rendering the whole workbook to tiff image.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.