Click or drag to resize

ConditionalFormatWrapper SetTimePeriod Method

Sets the time period for the conditional formatting rule.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetTimePeriod(
	TimePeriodType timePeriod
)

Parameters

timePeriod
Type: Spire.Xls.Core.Spreadsheet.ConditionalFormatting TimePeriodType
The time period type to apply for the conditional formatting.
See Also