Spread Silverlight Documentation
DefaultColumnWidth Property (RowHeader)


GrapeCity.Windows.SpreadSheet.Data Namespace > RowHeader Class : DefaultColumnWidth Property
Gets or sets the default column width for the row header, in pixels.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property DefaultColumnWidth As System.Double
'Usage
 
Dim instance As RowHeader
Dim value As System.Double
 
instance.DefaultColumnWidth = value
 
value = instance.DefaultColumnWidth
[System.ComponentModel.DefaultValue()]
public System.double DefaultColumnWidth {get; set;}

Property Value

The default column width for the row header. The default value is 20 pixels.
See Also

Reference

RowHeader Class
RowHeader Members