Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ShapeClipboardObject Class / Width Property


In This Topic
Width Property (ShapeClipboardObject)
In This Topic
Gets or sets the width.
Syntax
'Declaration
 
Public Overridable Property Width As Integer
 
'Usage
 
Dim instance As ShapeClipboardObject
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
See Also