Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowCellContentFloat Property


In This Topic
    AllowCellContentFloat Property (SpreadView)
    In This Topic
    Gets or sets whether to allow the cell content to float.
    Syntax
    'Declaration
     
    
    Public Property AllowCellContentFloat As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.AllowCellContentFloat = value
     
    value = instance.AllowCellContentFloat
    public bool AllowCellContentFloat {get; set;}
    See Also