CellRange
    
            
            in package
            
        
    
            
            implements
                            AddressRange,                             Stringable                    
    
    
Tags
Table of Contents
Interfaces
- AddressRange
- Stringable
Properties
Methods
- __construct() : mixed
- __toString() : string
- from() : T
- to() : T
Properties
$from
        protected
            CellAddress
    $from
    
    
    
    
    
    
$to
        protected
            CellAddress
    $to
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(CellAddress $from, CellAddress $to) : mixed
    Parameters
- $from : CellAddress
- $to : CellAddress
__toString()
    public
                    __toString() : string
    Return values
stringfrom()
    public
                    from() : T
    Return values
Tto()
    public
                    to() : T