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