GrapeCity MultiRow Windows Forms Documentation
Collapse Method (Cell)


Collapses the Cell horizontally.
Syntax
Public Sub Collapse() 
Dim instance As Cell
 
instance.Collapse()
public void Collapse()
Exceptions
ExceptionDescription
System.InvalidOperationException

Invokes this method at design time.

-or-

The GcMultiRow control cannot commit or cancel a cell value change when the user invokes this method in the current cell and the current cell is in edit mode.

Remarks
Use this method to hide a cell. This causes the cell to appear as if resized to zero. You can display this cell again with the Expand method.
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
Expand Method

 

 


Copyright © GrapeCity, inc. All rights reserved.