getRowSettings
getRowSettings
BASIC / ADVANCED / PREMIUM
Gets row settings.
Description
public getRowSettings($position)
This method returns an array with row settings.
Parameters
position
Row position in the active sheet: 1, 2... A1, B3...
Return values
Array with the row information. Null if the row position doesn't exist in the sheet.
Code samples
Example #1
Release notes
- phpxlsx 3.0:
- new method.