| Spreadsheet_Excel_Writer::rowcolToCell | Format::setVAlign |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Format::setAlign (
string $location
)
Set cell alignment.
string $location - alignment for the cell
Horizontal Alignments (pick one): left, center, right, fill, justify, merge, equal_space.
Vertical Alignments (pick one): top, vcenter, bottom, vjustify, vequal_space.
To implement a combination of Horizontal and Vertical Alignments, call this method two times.
This function can not be called statically.
Using setAlign()
|
| Spreadsheet_Excel_Writer::rowcolToCell | Format::setVAlign |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |