SheetSet Class
SheetSet class
Describes a set of sheets.
type SheetSet struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewSheetSet_int32Array | Creates a sheet set based on exact sheet indexes. |
| NewSheetSet_stringArray | Creates a sheet set based on exact sheet names. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| SheetSet_GetActive | Gets a set with active sheet of the workbook. |
| SheetSet_GetVisible | Gets a set with visible sheets of the workbook in their original order. |
| SheetSet_GetAll | Gets a set with all sheets of the workbook in their original order. |