PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
phpoffice
/
phpspreadsheet
/
src
/
PhpSpreadsheet
/
Cell
<?php namespace PhpOffice\PhpSpreadsheet\Cell; interface AddressRange { public const MAX_ROW = 1048576; public const MAX_COLUMN = 'XFD'; /** * @return mixed */ public function from(); /** * @return mixed */ public function to(); public function __toString(): string; }
[-] Hyperlink.php
[edit]
[-] AddressRange.php
[edit]
[-] StringValueBinder.php
[edit]
[-] DefaultValueBinder.php
[edit]
[+]
..
[-] CellAddress.php
[edit]
[-] RowRange.php
[edit]
[-] AddressHelper.php
[edit]
[-] DataType.php
[edit]
[-] Coordinate.php
[edit]
[-] DataValidator.php
[edit]
[-] CellRange.php
[edit]
[-] AdvancedValueBinder.php
[edit]
[-] ColumnRange.php
[edit]
[-] DataValidation.php
[edit]
[-] IValueBinder.php
[edit]
[-] Cell.php
[edit]