Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / AutoExpandTable Property


In This Topic
    AutoExpandTable Property
    In This Topic
    Gets or sets a boolean value indicating whether to enable the auto extend table rows or columns after editing a cell.
    Syntax
    'Declaration
     
    
    Property AutoExpandTable As Boolean
    'Usage
     
    
    Dim instance As IFeatures
    Dim value As Boolean
     
    instance.AutoExpandTable = value
     
    value = instance.AutoExpandTable
    bool AutoExpandTable {get; set;}
    See Also