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