IConditionalFormatsCollection
Item Property
|
Gets the conditional formats for the specified field index.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
XlsConditionalFormats this[
int fieldIndex
] { get; }
ReadOnly Default Property Item (
fieldIndex As Integer
) As XlsConditionalFormats
Get
property XlsConditionalFormats^ default[int fieldIndex] {
XlsConditionalFormats^ get (int fieldIndex);
}
abstract Item : XlsConditionalFormats with get
Parameters
-
fieldIndex
-
Type:
System
Int32
The zero-based index of the field.
Return Value
Type:
XlsConditionalFormats
The XlsConditionalFormats for the specified field.
See Also