ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / AutoSizeMode Property

In This Topic
    AutoSizeMode Property (FlexSheet)
    In This Topic
    Gets or sets which cells should be taken into account when auto-sizing a row or column.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property AutoSizeMode As AutoSizeMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual AutoSizeMode AutoSizeMode {get; set;}
    See Also