Spread Silverlight Documentation
Width Property (GcRect)


GrapeCity.Excel Namespace > GcRect Structure : Width Property
A positive number that represents the width of the rectangle. The default is 0.
Syntax
'Declaration
 
Public Property Width As System.Double
'Usage
 
Dim instance As GcRect
Dim value As System.Double
 
instance.Width = value
 
value = instance.Width
public System.double Width {get; set;}
See Also

Reference

GcRect Structure
GcRect Members