GrapeCity MultiRow Windows Forms Documentation
Clone Method (Section)


Creates an exact copy of this Section.
Syntax
Public Function Clone() As Object
Dim instance As Section
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

A System.Object that represents the cloned Section.
Remarks
This method copies all the properties of Section and all the Cells contained in this Section.
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

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.