In This Topic
Gets or sets the width of cells in this column.
Syntax
'Declaration
Public Property Width As Single
'Usage
Dim instance As Column
Dim value As Single
instance.Width = value
value = instance.Width
public float Width {get; set;}
Exceptions
See Also