Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bounds ¶
type Bounds = primitives.Bounds
Bounds is alias of original primitives.Bounds type make it public.
func BoundsFromIndexes ¶
BoundsFromIndexes is alias of original primitives.BoundsFromIndexes to make it public
type BoundsList ¶
type BoundsList = primitives.BoundsList
BoundsList is alias of original primitives.BoundsList type make it public.
type CellRef ¶
type CellRef = primitives.CellRef
CellRef is alias of original primitives.CellRef type make it public.
func CellRefFromIndexes ¶
CellRefFromIndexes is alias of original primitives.CellRefFromIndexes to make it public
type CellType ¶
type CellType = primitives.CellType
CellType is alias of original primitives.CellType type to: 1) make it public 2) forbid usage of integers directly
type Ref ¶
type Ref = primitives.Ref
Ref is alias of original primitives.Ref type make it public.
func RefFromCellRefs ¶
RefFromCellRefs is alias of original primitives.RefFromCellRefs to make it public
func RefFromIndexes ¶
RefFromIndexes is alias of original primitives.RefFromIndexes to make it public
type RefList ¶
type RefList = primitives.RefList
RefList is alias of original primitives.RefList type make it public.
type Text ¶
type Text = primitives.Text
Text is alias of original primitives.Text type make it public.