Version

CollapseEmptyCells Method

Collapse record's empty cells
Syntax
'Declaration
 
Public Sub CollapseEmptyCells( _
   ByVal oRecord As System.Object _
) 
public void CollapseEmptyCells( 
   System.object oRecord
)
public: void CollapseEmptyCells( 
   System.Object* oRecord
) 

Parameters

oRecord
integer index for the record or string path to the record
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