BCGControlBar Library for .NET
CanOverfloat Property




Gets or sets the value that indicates whether the cell text content can overfloat sibling cells.
Syntax
'Declaration
 
Public Property CanOverfloat As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
instance.CanOverfloat = value
 
value = instance.CanOverfloat
public bool CanOverfloat {get; set;}
public: __property bool get_CanOverfloat();
public: __property void set_CanOverfloat( 
   bool value
);
public:
property bool CanOverfloat {
   bool get();
   void set (    bool value);
}
Remarks
The internal algorithms checks whether sibling cells contain data. Overfloating is allowed only if sibling cells are empty (like in MS Excel).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

Send Feedback