MCPcopy
hub / github.com/qax-os/excelize / Next

Method Next

col.go:78–81  ·  view source on GitHub ↗

Next will return true if the next column is found.

()

Source from the content-addressed store, hash-verified

76
77// Next will return true if the next column is found.
78func (cols *Cols) Next() bool {
79 cols.curCol++
80 return cols.curCol <= cols.totalCols
81}
82
83// Error will return an error when the error occurs.
84func (cols *Cols) Error() error {

Callers 15

extractPartFunction · 0.45
rangeResolverMethod · 0.45
COMPLEXMethod · 0.45
CONVERTMethod · 0.45
IMPRODUCTMethod · 0.45
IMSUMMethod · 0.45
AGGREGATEMethod · 0.45
BASEMethod · 0.45
CEILINGdotMATHMethod · 0.45
FLOORdotMATHMethod · 0.45
GCDMethod · 0.45
LCMMethod · 0.45

Calls

no outgoing calls

Tested by 13

TestRowsFunction · 0.36
TestRowsIteratorFunction · 0.36
TestRowsGetRowOptsFunction · 0.36
TestColumnsFunction · 0.36
TestNumberFormatsFunction · 0.36
BenchmarkRowsFunction · 0.36
BenchmarkNewSheetFunction · 0.36
BenchmarkFile_SaveAsFunction · 0.36
TestStreamWriterFunction · 0.36
TestConcurrencyFunction · 0.36
TestSharedStringsErrorFunction · 0.36
TestColsFunction · 0.36