|
|
|
RealWidth Property, CellBaseClass Class |
Returns the physical width of the cell (not considering vertical/horizontal cell merging).
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Overridable MustOverride Property RealWidth As Integer |
C# |
public virtual abstract int RealWidth { get; } |
C++ |
public: property virtual int RealWidth { |
Property Value
The physical width of the cell in pixels.
Comments
The RealWidth property returns the physical width of the cell (not considering vertical/horizontal cell merging).
For internal use only - Not intended for direct use by applications
This function is overridden in a derived class, usually to provide the value as it may be determined by the containing item.
The Dimension property returns the actual size of the cell, including any merged, subordinate cells.
SftTabs/NET 6.0: The RealWidth property is not used as tabs are sized based on tab control definitions and tab contents.
Version Information
Supported in version 1.0.
Products Table