Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / DefaultColumnWidth Property


In This Topic
DefaultColumnWidth Property
In This Topic
Gets the default width of the column.
Syntax
'Declaration
 
Public ReadOnly Property DefaultColumnWidth As Integer
 
'Usage
 
Dim instance As LayoutManager
Dim value As Integer
 
value = instance.DefaultColumnWidth

Property Value

An integer value indicates the default width of the column.
See Also