XlsWorksheetConditionalFormats
Item Property
|
Gets the XlsConditionalFormats at 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 XlsConditionalFormats this[
int fieldIndex
] { get; }
Public ReadOnly Default Property Item (
fieldIndex As Integer
) As XlsConditionalFormats
Get
public:
virtual property XlsConditionalFormats^ default[int fieldIndex] {
XlsConditionalFormats^ get (int fieldIndex) sealed;
}
abstract Item : XlsConditionalFormats with get
override Item : XlsConditionalFormats with get
Parameters
-
fieldIndex
-
Type:
System
Int32
Property Value
Type:
XlsConditionalFormats
Implements
IConditionalFormatsCollection
Item
Int32
See Also