[]
Set format for cell. eg:SetCellFormat(flex.Selection.Cells, C1.WPF.FlexSheet.CellFormat.Background, new SolidColorBrush(Colors.Red));
public void SetCellFormat(IEnumerable<CellRange> cells, CellFormat format, object value)
| Type | Name | Description |
|---|---|---|
| IEnumerable<CellRange> | cells | |
| CellFormat | format | |
| object | value |