ICustomPropertiesCollection
Item Property (Int32)
|
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
XlsCustomProperty this[
int fieldIndex
] { get; }
ReadOnly Default Property Item (
fieldIndex As Integer
) As XlsCustomProperty
Get
property XlsCustomProperty^ default[int fieldIndex] {
XlsCustomProperty^ get (int fieldIndex);
}
abstract Item : XlsCustomProperty with get
Parameters
-
fieldIndex
-
Type:
System
Int32
The integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).
Return Value
Type:
XlsCustomProperty
Returens
XlsCustomProperty
object.
See Also