SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.bodyFixedCell  property

被用于绘制被包含在固定行或固定列的数据单元格时的默认样式组。 

Getter
function bodyFixedCell(): GridStyles
Setter
function setBodyFixedCell(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        body: {
            fixedCell: {
                background: "#10ff0000"
            }
        }
    });
See Also
body
bodyCell
bodyRow
bodyEmpty
GridStyles
Examples
样式区域 - 固定