getColumnSettings
getColumnSettings
BASIC / ADVANCED / PREMIUM
Gets column settings.
Description
public getColumnSettings($position)
This method returns an array with column settings.
Parameters
position
Column position in the active sheet: A, B, C... A1, C3, AB7...
Return values
Array with the column information. Null if the column position doesn't exist in the sheet.
Code samples
Example #1
Release notes
- phpxlsx 3.0:
- new method.