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
)
 
Public Sub AddCells ( 
	arrCells As IList
)
 
public:
void AddCells(
	IList^ arrCells
)
 
member AddCells : 
arrCells : IList -> unit 
 
 
 
Parameters
- 
arrCells
 
- 
Type:
System.Collections
IList
Cells to add to the collection.
 
 
See Also