SheetSet Class

SheetSet class

Describes a set of sheets.


type SheetSet struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
SheetSet_GetActiveGets a set with active sheet of the workbook.
SheetSet_GetVisibleGets a set with visible sheets of the workbook in their original order.
SheetSet_GetAllGets a set with all sheets of the workbook in their original order.