'Declaration Function IsEmpty() As Boolean
'Usage Dim instance As ISheetDataModel Dim value As Boolean value = instance.IsEmpty()
bool IsEmpty()
Return Value
Boolean: true if every cell in the data model is empty; false otherwise (not one cell empty)