\Kendo\UI\SpreadsheetSheetRowCellBorderLeft
A PHP class representing the borderLeft setting of SpreadsheetSheetRowCell.
Methods
color
The left border color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.
Returns
\Kendo\UI\SpreadsheetSheetRowCellBorderLeft
Parameters
$value string
Example
<?php
$borderLeft = new \Kendo\UI\SpreadsheetSheetRowCellBorderLeft();
$borderLeft->color('value');
?>
size
The width of the border in pixels.
Returns
\Kendo\UI\SpreadsheetSheetRowCellBorderLeft
Parameters
$value string
Example
<?php
$borderLeft = new \Kendo\UI\SpreadsheetSheetRowCellBorderLeft();
$borderLeft->size('value');
?>