IRowsEnumerator
IsLast Property
|
Gets a value indicating whether the current item is the last item in the collection.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
ReadOnly Property IsLast As Boolean
Get
property bool IsLast {
bool get ();
}
abstract IsLast : bool with get
Property Value
Type:
Boolean
See Also