More explicit column index as string

Fixes #951
This commit is contained in:
Adrien Crivelli 2019-11-10 20:58:20 +01:00
parent 99d4f185fb
commit d7d67ff39b
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
3 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ class Column
}
/**
* Get AutoFilter Column Index.
* Get AutoFilter column index as string eg: 'A'.
*
* @return string
*/
@ -111,7 +111,7 @@ class Column
}
/**
* Set AutoFilter Column Index.
* Set AutoFilter column index as string eg: 'A'.
*
* @param string $pColumn Column (e.g. A)
*

View File

@ -40,7 +40,7 @@ class Column
}
/**
* Get column index.
* Get column index as string eg: 'A'.
*
* @return string
*/

View File

@ -42,7 +42,7 @@ class ColumnDimension extends Dimension
}
/**
* Get ColumnIndex.
* Get column index as string eg: 'A'.
*
* @return string
*/
@ -52,7 +52,7 @@ class ColumnDimension extends Dimension
}
/**
* Set ColumnIndex.
* Set column index as string eg: 'A'.
*
* @param string $pValue
*