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


In This Topic
    AutoRowHeight Property
    In This Topic
    Gets a booelan value indicating whether the old behavior is used.
    Syntax
    'Declaration
     
    
    Public Property AutoRowHeight As Boolean
    'Usage
     
    
    Dim instance As CompatibleFeatures
    Dim value As Boolean
     
    instance.AutoRowHeight = value
     
    value = instance.AutoRowHeight
    public bool AutoRowHeight {get; set;}
    See Also