GrapeCity MultiRow Windows Forms Documentation
DefaultSize Property (Cell)


Gets the default size of the cell.
Syntax
Protected Overridable ReadOnly Property DefaultSize As Size
Dim instance As Cell
Dim value As Size
 
value = instance.DefaultSize
protected virtual Size DefaultSize {get;}

Property Value

A System.Drawing.Size value that represents the default size of the cell.
Remarks
The DefaultSize property represents the System.Drawing.Size of the cell when it is initially created. You can adjust the size of the cell by setting its Size property value.
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

 

 


Copyright © GrapeCity, inc. All rights reserved.