Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowCellContentFloat Property


In This Topic
    AllowCellContentFloat Property (FpSpread)
    In This Topic
    Indicates whether the content of a cell should float when the display rectangle of that cell changes.
    Syntax
    'Declaration
     
    
    Public Property AllowCellContentFloat As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.AllowCellContentFloat = value
     
    value = instance.AllowCellContentFloat
    public bool AllowCellContentFloat {get; set;}
    See Also