Spread Silverlight Documentation
Width Property (ExcelRect)


GrapeCity.Excel Namespace > ExcelRect Class : Width Property
Width of the window.
Syntax
'Declaration
 
Public Property Width As System.Double
'Usage
 
Dim instance As ExcelRect
Dim value As System.Double
 
instance.Width = value
 
value = instance.Width
public System.double Width {get; set;}

Property Value

The width of the window
See Also

Reference

ExcelRect Class
ExcelRect Members