Gets or sets the width of this instance of the GrapeCity.Excel.GcSize
Syntax
'Declaration
Public Property Width As Double
'Usage
Dim instance As GcSize
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
See Also