|
|
|
Dimensions Property, CellBaseClass Class |
Returns the dimensions of the cell.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Overridable Property Dimensions As Size |
C# |
public virtual Size Dimensions { get; } |
C++ |
public: property virtual Size Dimensions { |
Property Value
The dimensions of the cell.
Comments
The Dimensions property returns the dimensions of the cell.
The Dimension property returns the actual size of the cell, including any merged, subordinate cells.
The RealHeight and RealWidth properties can be used to retrieve the actual cell size, without any merged, subordinate cells.
Version Information
Supported in version 1.0.
Products Table