Click or drag to resize

XlsConditionalFormat SetTimePeriod Method

Sets the time period for the specified type.

Namespace: Spire.Xls.Core.Spreadsheet
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 type of time period to set.
See Also