SplitPartInfo Class

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.


type SplitPartInfo struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetPartIndexIndex of current part in sequence(0 based).-1 means there are no multiple parts so the result is single.
GetSheetIndexIndex of the sheet where current part is in. -1 denotes there is only one sheet.
GetSheetNameName of the sheet where current part is in.