Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CompatibleFeatures Class / ShapeEngine Property


In This Topic
    ShapeEngine Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ShapeEngine As Boolean
    'Usage
     
    
    Dim instance As CompatibleFeatures
    Dim value As Boolean
     
    instance.ShapeEngine = value
     
    value = instance.ShapeEngine
    public bool ShapeEngine {get; set;}
    See Also