FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowHeader Class / Width Property
Example


In This Topic
Width Property (RowHeader)
In This Topic
Gets or sets the row header column width.
Syntax
'Declaration
 
Public Property Width As Integer
 
'Usage
 
Dim instance As RowHeader
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

Property Value

Integer number of pixels in the width of the columns in this row header
Example
This example sets the width of the columns in the row header to smaller than the default value.
See Also