BCGSoft.Controls.Shared Namespace : CalcCellExtArea Enumeration |
'Declaration Public Enum CalcCellExtArea Inherits System.Enum
'Usage Dim instance As CalcCellExtArea
public enum CalcCellExtArea : System.Enum
__value public enum CalcCellExtArea : public System.Enum
public enum class CalcCellExtArea : public System.Enum
Member | Description |
---|---|
Always | Cell borders and/or padding are calculated always. |
EmptyCollectionOnly | Calculates cell borders and/or padding only when the cell has no nested cells. Can be useful to draw borders only around individual controls. |
Never | Cell borders and/or padding are not calculated. |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Shared.CalcCellExtArea
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