Gets the current element in the collection.
Namespace: Spire.Spreadsheet.Forms.CollectionsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
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