SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.borderRight  property

Stroke object which is used when draw the right border of cell. 

Getter
function borderRight(): Stroke
Setter
function setBorderRight(value: String|Stroke)
Code -1
    column.styles().setBorderLeft('#30000000,1');
    // If specify as null, it will not draw the border.
    column.styles().setBorderLeft(null);
    // Remove the existing setting value and download from the top styles list.
    column.styles().clearValue('borderLeft');
See Also
borderLeft
borderTop
borderBottom
Fill & Stroke
Styles Overview
Examples
Column Styles