Width Property (RowHeader)
Gets or sets the row header column width.
'Declaration
Public Property Width As Integer
'Usage
Dim instance As RowHeader
Dim value As Integer
instance.Width = value
value = instance.Width
public int Width {get; set;}
Property Value
Integer number of pixels in the width of the columns in this row header
This example sets the width of the columns in the row header to smaller than the default value.