XlsWorksheetCustomProperties
Item Property (Int32)
|
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsCustomProperty this[
int fieldIndex
] { get; }
Public ReadOnly Default Property Item (
fieldIndex As Integer
) As XlsCustomProperty
Get
public:
virtual property XlsCustomProperty^ default[int fieldIndex] {
XlsCustomProperty^ get (int fieldIndex) sealed;
}
abstract Item : XlsCustomProperty with get
override 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.
Implements
ICustomPropertiesCollection
Item
Int32
See Also