Click or drag to resize

XlsConditionalFormats AddCells Method (IList)

Adds cells from the collection.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddCells(
	IList arrCells
)

Parameters

arrCells
Type: System.Collections IList
Cells to add to the collection.
See Also