SMART datagrid v1.4 > 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
Style Region - Fixed