[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexSheet.SetCellFormat

SetCellFormat Method

SetCellFormat(IEnumerable<CellRange>, CellFormat, object)

Set format for cell. eg:SetCellFormat(flex.Selection.Cells, C1.WPF.FlexSheet.CellFormat.Background, new SolidColorBrush(Colors.Red));

Declaration
public void SetCellFormat(IEnumerable<CellRange> cells, CellFormat format, object value)
Parameters
Type Name Description
IEnumerable<CellRange> cells
CellFormat format
object value