Spread Silverlight Documentation
Clone Method (BorderLine)


GrapeCity.Windows.SpreadSheet.Data Namespace > BorderLine Class : Clone Method
Clones the same border line as the current border line.
Syntax
'Declaration
 
Public Function Clone() As System.Object
'Usage
 
Dim instance As BorderLine
Dim value As System.Object
 
value = instance.Clone()
public System.object Clone()

Return Value

The cloned border line.
See Also

Reference

BorderLine Class
BorderLine Members