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