XlsConditionalFormats
Item Property
|
Gets the IConditionalFormat for the specified field index.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IConditionalFormat this[
int fieldIndex
] { get; }
Public ReadOnly Default Property Item (
fieldIndex As Integer
) As IConditionalFormat
Get
public:
virtual property IConditionalFormat^ default[int fieldIndex] {
IConditionalFormat^ get (int fieldIndex) sealed;
}
abstract Item : IConditionalFormat with get
override Item : IConditionalFormat with get
Parameters
-
fieldIndex
-
Type:
System
Int32
Property Value
Type:
IConditionalFormat
Implements
IConditionalFormats
Item
Int32
See Also