DocumentSubsetCollection
SubSetEnumerator
Current Property
|
Gets the current element in the collection.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Object Current { get; }
Public ReadOnly Property Current As Object
Get
public:
virtual property Object^ Current {
Object^ get () sealed;
}
abstract Current : Object with get
override Current : Object with get
Property Value
Type:
Object
Return Value
Type:
Object
The current element in the collection.
Implements
IEnumerator
Current
Exceptions
Exception
|
Condition
|
InvalidOperationException
|
The enumerator is positioned before the first element of the collection or after the last element.
|
See Also