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