SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.borderLeft  property

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

Getter
function borderLeft(): Stroke
Setter
function setBorderLeft(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
borderRight
borderTop
borderBottom
Fill & Stroke
Styles Overview
Examples
Column Styles