\Kendo\UI\SpreadsheetSheetRowCellBorderBottom

A PHP class representing the borderBottom setting of SpreadsheetSheetRowCell.

Methods

color

The bottom border color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.

Returns

\Kendo\UI\SpreadsheetSheetRowCellBorderBottom

Parameters

$value string

Example

<?php
$borderBottom = new \Kendo\UI\SpreadsheetSheetRowCellBorderBottom();
$borderBottom->color('value');
?>

size

The width of the border in pixels.

Returns

\Kendo\UI\SpreadsheetSheetRowCellBorderBottom

Parameters

$value string

Example

<?php
$borderBottom = new \Kendo\UI\SpreadsheetSheetRowCellBorderBottom();
$borderBottom->size('value');
?>
In this article
Not finding the help you need?