'Declaration
Public Property IsExcel12 As Boolean
'Usage
Dim instance As Parser Dim value As Boolean instance.IsExcel12 = value value = instance.IsExcel12
public bool IsExcel12 {get; set;}
Property Value
true
if this instance is excel12; otherwise, false
.