IsEmpty Property (C1MultiDocument)
In This Topic
Gets a value indicating whether the current
C1MultiDocument is empty, i.e. has no
C1MultiDocumentItem objects with data.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
See Also