Click or drag to resize

ConditionalFormatWrapper Constructor

Creates new instance of the wrapper.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ConditionalFormatWrapper(
	CondFormatCollectionWrapper formats,
	int iIndex
)

Parameters

formats
Type: Spire.Xls.Core.Spreadsheet.Collections CondFormatCollectionWrapper
Parent formats collection.
iIndex
Type: System Int32
Condition index.
See Also