Column
    
            
            in package
            
        
    
    
    
Table of Contents
Methods
- __construct() : mixed
- Create a new Column.
- getColumnFormula() : string|null
- Get column Formula.
- getColumnIndex() : string
- Get Table column index as string eg: 'A'.
- getShowFilterButton() : bool
- Get show Filter Button.
- getTable() : Table|null
- Get this Column's Table.
- getTotalsRowFormula() : string|null
- Get total Row Formula.
- getTotalsRowFunction() : string|null
- Get total Row Function.
- getTotalsRowLabel() : string|null
- Get total Row Label.
- setColumnFormula() : self
- Set column Formula.
- setColumnIndex() : self
- Set Table column index as string eg: 'A'.
- setShowFilterButton() : self
- Set show Filter Button.
- setTable() : self
- Set this Column's Table.
- setTotalsRowFormula() : self
- Set total Row Formula.
- setTotalsRowFunction() : self
- Set total Row Function.
- setTotalsRowLabel() : self
- Set total Row Label.
- updateStructuredReferences() : void
Methods
__construct()
Create a new Column.
    public
                    __construct(string $column[, Table|null $table = null ]) : mixed
    Parameters
- $column : string
- 
                    Column (e.g. A) 
- $table : Table|null = null
- 
                    Table for this column 
getColumnFormula()
Get column Formula.
    public
                    getColumnFormula() : string|null
    Return values
string|nullgetColumnIndex()
Get Table column index as string eg: 'A'.
    public
                    getColumnIndex() : string
    Return values
stringgetShowFilterButton()
Get show Filter Button.
    public
                    getShowFilterButton() : bool
    Return values
boolgetTable()
Get this Column's Table.
    public
                    getTable() : Table|null
    Return values
Table|nullgetTotalsRowFormula()
Get total Row Formula.
    public
                    getTotalsRowFormula() : string|null
    Return values
string|nullgetTotalsRowFunction()
Get total Row Function.
    public
                    getTotalsRowFunction() : string|null
    Return values
string|nullgetTotalsRowLabel()
Get total Row Label.
    public
                    getTotalsRowLabel() : string|null
    Return values
string|nullsetColumnFormula()
Set column Formula.
    public
                    setColumnFormula(string $columnFormula) : self
    Parameters
- $columnFormula : string
Return values
selfsetColumnIndex()
Set Table column index as string eg: 'A'.
    public
                    setColumnIndex(string $column) : self
    Parameters
- $column : string
- 
                    Column (e.g. A) 
Return values
selfsetShowFilterButton()
Set show Filter Button.
    public
                    setShowFilterButton(bool $showFilterButton) : self
    Parameters
- $showFilterButton : bool
Return values
selfsetTable()
Set this Column's Table.
    public
                    setTable([Table|null $table = null ]) : self
    Parameters
- $table : Table|null = null
Return values
selfsetTotalsRowFormula()
Set total Row Formula.
    public
                    setTotalsRowFormula(string $totalsRowFormula) : self
    Parameters
- $totalsRowFormula : string
Return values
selfsetTotalsRowFunction()
Set total Row Function.
    public
                    setTotalsRowFunction(string $totalsRowFunction) : self
    Parameters
- $totalsRowFunction : string
Return values
selfsetTotalsRowLabel()
Set total Row Label.
    public
                    setTotalsRowLabel(string $totalsRowLabel) : self
    Parameters
- $totalsRowLabel : string
Return values
selfupdateStructuredReferences()
    public
            static        updateStructuredReferences(Worksheet|null $workSheet, string|null $oldTitle, string|null $newTitle) : void
    Parameters
- $workSheet : Worksheet|null
- $oldTitle : string|null
- $newTitle : string|null