SheetSet Class
SheetSet class
Describes a set of sheets.
type SheetSet struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
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. |