PivotConditionalFormat
Item Property
|
Gets the conditional format at the specified index.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IConditionalFormat this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IConditionalFormat
Get
public:
property IConditionalFormat^ default[int index] {
IConditionalFormat^ get (int index);
}
member Item : IConditionalFormat with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the conditional format to get.
Return Value
Type:
IConditionalFormat
The conditional format at the specified index.
See Also