Class SplitPartInfo

Info

Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image.

Represents the information of one input/output for multiple inputs/outputs, such as current page to be rendered when converting spreadsheet to image.

public class SplitPartInfo

Inheritance

objectSplitPartInfo

Inherited Members

Remarks

For some processes, such as converting workbook to image of format that supports multiple pages(such as tiff), the Sheetize.SplitPartInfo.SheetIndex and Sheetize.SplitPartInfo.PartIndex will be -1, Sheetize.SplitPartInfo.SheetName will be empty.

Properties

PartIndex

Index of current part in sequence(0 based). -1 means there are no multiple parts so the result is single.

public int PartIndex { get; }

Property Value

int

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.

SheetIndex

Index of the sheet where current part is in. -1 denotes there is only one sheet.

public int SheetIndex { get; }

Property Value

int

SheetName

Name of the sheet where current part is in.

public string SheetName { get; }

Property Value

string

Remarks

May be null for some situations such as when rendering the whole workbook to tiff image.

Namespace: Sheetize Assembly: Sheetize.dll