'Declaration Public ReadOnly Property IsValid As System.Boolean
'Usage Dim instance As Cell Dim value As System.Boolean value = instance.IsValid
public System.bool IsValid {get;}
Property Value
true
if the cell value is valid; otherwise, false
.'Declaration Public ReadOnly Property IsValid As System.Boolean
'Usage Dim instance As Cell Dim value As System.Boolean value = instance.IsValid
public System.bool IsValid {get;}
true
if the cell value is valid; otherwise, false
.