xsy-breeze-ui-rpa > FormSubEntityTableExtensionPoint > setCellStyle
FormSubEntityTableExtensionPoint.setCellStyle property
设置单元格样式
Signature:
setCellStyle: (value: {
rowIndex: number;
cellIndex: number;
backgroundColor?: string | undefined;
fontColor?: string | undefined;
borderColor?: string | undefined;
}) => Promise<any>;
