Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / CanUserResize Property


In This Topic
    CanUserResize Property (Row)
    In This Topic
    Gets or sets whether this row can be resized.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property CanUserResize As Boolean
    'Usage
     
    Dim instance As Row
    Dim value As Boolean
     
    instance.CanUserResize = value
     
    value = instance.CanUserResize
    [DefaultValue(true)]
    public bool CanUserResize {get; set;}

    Property Value

    true if the row can be resized; otherwise, false. The default value is true.
    See Also