\Kendo\UI\SpreadsheetSheetRowCellBorderRight

A PHP class representing the borderRight setting of SpreadsheetSheetRowCell.

Methods

color

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

Returns

\Kendo\UI\SpreadsheetSheetRowCellBorderRight

Parameters

$value string

Example

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

size

The width of the border in pixels.

Returns

\Kendo\UI\SpreadsheetSheetRowCellBorderRight

Parameters

$value string

Example

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