types

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2019 License: MIT Imports: 1 Imported by: 6

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

func BoundsFromIndexes(fromCol, fromRow, toCol, toRow int) Bounds

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

func CellRefFromIndexes(colIndex, rowIndex int) CellRef

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

const (
	CellTypeGeneral CellType = iota
	CellTypeBool
	CellTypeDate
	CellTypeNumber
	CellTypeError
	CellTypeSharedString
	CellTypeFormula
	CellTypeInlineString
)

List of all possible values for CellType

type Ref

type Ref = primitives.Ref

Ref is alias of original primitives.Ref type make it public.

func RefFromCellRefs

func RefFromCellRefs(from CellRef, to CellRef) Ref

RefFromCellRefs is alias of original primitives.RefFromCellRefs to make it public

func RefFromIndexes

func RefFromIndexes(colIndex, rowIndex int) Ref

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.

Directories

Path Synopsis
options
row

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL