Click or drag to resize

GeomertyAdjustValuesCollection Item Property

Gets or sets the GeomertyAdjustValue at the specified 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 GeomertyAdjustValue this[
	int index
] { 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