summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
Diffstat (limited to 'col.go')
-rw-r--r--col.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/col.go b/col.go
index 8e0294f..a496e88 100644
--- a/col.go
+++ b/col.go
@@ -40,16 +40,6 @@ type Cols struct {
sheetXML []byte
}
-// CurrentCol returns the column number that represents the current column.
-func (cols *Cols) CurrentCol() int {
- return cols.curCol
-}
-
-// TotalCols returns the total columns count in the worksheet.
-func (cols *Cols) TotalCols() int {
- return cols.totalCols
-}
-
// GetCols return all the columns in a sheet by given worksheet name (case
// sensitive). For example:
//