Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / IsExcel12 Property


In This Topic
    IsExcel12 Property
    In This Topic
    Gets or sets a value that indicates whether this instance is excel12.
    Syntax
    '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.
    See Also