GeomertyAdjustValuesCollection
Item Property
|
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GeomertyAdjustValue this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As GeomertyAdjustValue
Get
public:
property GeomertyAdjustValue^ default[int index] {
GeomertyAdjustValue^ get (int index);
}
member Item : GeomertyAdjustValue with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the
GeomertyAdjustValue
to get or set.
Return Value
Type:
GeomertyAdjustValue
The
GeomertyAdjustValue
at the specified index.
See Also